Html Css Color HEX #BB890F Dark Goldenrod

📋 copy color: '#BB890F'

red 187 ◦ green 137 ◦ blue 15

#BB890F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BB890F

Tints of Dark Goldenrod #BB890F

RGB

 RED value IS 187 (73.44% from 255) = 55.16%

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 55.16%
G = 40.41%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB890F (or 0xBB890F) is known color: Dark Goldenrod. HEX triplet: BB, 89 and 0F. RGB value is (187,137,15). Sum of RGB (Red+Green+Blue) = 187+137+15=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB890F is #4476F0. Grayscale: #8A8A8A. Windows color (decimal): -4486897 or 1018299. OLE color: 1018299.

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

Color convert

RGB 187 137 15 -
CMYK 0 0.27 0.92 0.27
HSL 42.56º 0.85% 0.4% -
HSV(B) 42.56º 0.92% 0.73% -
XYZ 29.53 28.49 4.4 -
YUV 138.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 187 137 15 0 0.27 0.92 0.27 42.56 0.85 0.4
Hex BB 89 F 0 1B 5C 1B 2B 55 28
Octal 273 211 17 0 33 134 33 53 125 50
Binary 10111011 10001001 1111 0 11011 1011100 11011 101011 1010101 101000

Color Harmonies of #BB890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB890F

Black with #BB890F

Text Example


Text Example

White with #BB890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB890F; }

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

 H1.HeaderClassName
 {
   color: #BB890F;
 }
 .AnyTagClassName
 {
   color: #BB890F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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