#B27F0B

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

Shades of Dark Goldenrod #B27F0B

Tints of Dark Goldenrod #B27F0B

Color information

#B27F0B (or 0xB27F0B) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7F and 0B. RGB value is (178,127,11). Sum of RGB (Red+Green+Blue) = 178+127+11=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27F0B is #4D80F4. Grayscale: #818181. Windows color (decimal): -5079285 or 753586. OLE color: 753586.

HSL color Cylindrical-coordinate representation of color #B27F0B: hue angle of 41.68º 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 #B27F0B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17812711-
CMYK00.290.940.30
HSL41.68º88.36%37.06%-
HSV(B)41.68º93.82%69.8%-
XYZ26.0124.673.71-
YUV129.0261.4162.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 11 (4.69% from 255) = 3.48%
R=56.33%
G=40.19%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781271100.290.940.3041.6888.3637.06
HexB27FB01D5E1E2a5825
Octal26217713035136365213045
Binary10110010111111110110111011011110111101010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F0B; }

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

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

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

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

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

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

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

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