#BB891B

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

Shades of Dark Goldenrod #BB891B

Tints of Dark Goldenrod #BB891B

Color information

#BB891B (or 0xBB891B) is unknown color: approx Dark Goldenrod. HEX triplet: BB, 89 and 1B. RGB value is (187,137,27). Sum of RGB (Red+Green+Blue) = 187+137+27=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB891B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB891B is #4476E4. Grayscale: #8B8B8B. Windows color (decimal): -4486885 or 1804731. OLE color: 1804731.

HSL color Cylindrical-coordinate representation of color #BB891B: hue angle of 41.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB891B is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18713727-
CMYK00.270.860.27
HSL41.25º74.77%41.96%-
HSV(B)41.25º85.56%73.33%-
XYZ29.6428.544.98-
YUV139.4164.57161.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 27 (10.94% from 255) = 7.69%
R=53.28%
G=39.03%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871372700.270.860.2741.2574.7741.96
HexBB891B01B561B294b2a
Octal27321133033126335111352
Binary1011101110001001110110110111010110110111010011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB891B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB891B; }

 p { color: rgb(187,137,27); }

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

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

 a { background-color: rgb(187,137,27); }

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

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

 span { border-color: rgb(187,137,27); }

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