#B27A0B

Color #B27A0B Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B27A0B

Tints of Dark Goldenrod #B27A0B

Color information

#B27A0B (or 0xB27A0B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7A and 0B. RGB value is (178,122,11). Sum of RGB (Red+Green+Blue) = 178+122+11=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27A0B is #4D85F4. Grayscale: #7E7E7E. Windows color (decimal): -5080565 or 752306. OLE color: 752306.

HSL color Cylindrical-coordinate representation of color #B27A0B: hue angle of 39.88º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B27A0B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17812211-
CMYK00.310.940.30
HSL39.88º88.36%37.06%-
HSV(B)39.88º93.82%69.8%-
XYZ25.3823.413.5-
YUV126.0963.05165.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=57.23%
G=39.23%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781221100.310.940.3039.8888.3637.06
HexB27AB01F5E1E285825
Octal26217213037136365013045
Binary10110010111101010110111111011110111101010001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A0B; }

 p { color: rgb(178,122,11); }

 H1.HeaderClassName
 {
   color: #B27A0B;
 }
 .AnyTagClassName
 {
   color: #B27A0B;
 }
</style>
background-color css

<style>
 a { background-color: #B27A0B; }

 a { background-color: rgb(178,122,11); }

 div.DivClassName
 {
   background-color: #B27A0B;
 }
 .BgClassName
 {
   background-color: #B27A0B;
 }
</style>
border-color css

<style>
 span { border-color: #B27A0B; }

 span { border-color: rgb(178,122,11); }

 td.TdClassName
 {
   border-color: #B27A0B;
 }
 .TagClassName
 {
   border-color: #B27A0B;
 }
</style>