Html Css Color HEX #BB8C09 Dark Goldenrod

📋 copy color: '#BB8C09'

red 187 ◦ green 140 ◦ blue 9

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

Shades of Dark Goldenrod #BB8C09

Tints of Dark Goldenrod #BB8C09

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

 BLUE value IS 9 (3.91% from 255) = 2.68%

R = 55.65%
G = 41.67%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB8C09 (or 0xBB8C09) is known color: Dark Goldenrod. HEX triplet: BB, 8C and 09. RGB value is (187,140,9). Sum of RGB (Red+Green+Blue) = 187+140+9=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8C09 is #4473F6. Grayscale: #8B8B8B. Windows color (decimal): -4486135 or 625851. OLE color: 625851.

HSL color Cylindrical-coordinate representation of color #BB8C09: hue angle of 44.16º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB8C09 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 9 -
CMYK 0 0.25 0.95 0.27
HSL 44.16º 0.91% 0.38% -
HSV(B) 44.16º 0.95% 0.73% -
XYZ 29.92 29.34 4.34 -
YUV 139.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 187 140 9 0 0.25 0.95 0.27 44.16 0.91 0.38
Hex BB 8C 9 0 19 5F 1B 2C 5B 26
Octal 273 214 11 0 31 137 33 54 133 46
Binary 10111011 10001100 1001 0 11001 1011111 11011 101100 1011011 100110

Color Harmonies of #BB8C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C09

Black with #BB8C09

Text Example


Text Example

White with #BB8C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C09; }

 p { color: rgb(187,140,9); }

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

background-color css

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

 a { background-color: rgb(187,140,9); }

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

border-color css

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

 span { border-color: rgb(187,140,9); }

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