Html Css Color HEX #BB6C09 Dark Goldenrod

📋 copy color: '#BB6C09'

red 187 ◦ green 108 ◦ blue 9

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

Shades of Dark Goldenrod #BB6C09

Tints of Dark Goldenrod #BB6C09

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

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

R = 61.51%
G = 35.53%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB6C09 (or 0xBB6C09) is known color: Dark Goldenrod. HEX triplet: BB, 6C and 09. RGB value is (187,108,9). Sum of RGB (Red+Green+Blue) = 187+108+9=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6C09 is #4493F6. Grayscale: #787878. Windows color (decimal): -4494327 or 617659. OLE color: 617659.

HSL color Cylindrical-coordinate representation of color #BB6C09: hue angle of 33.37º 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 #BB6C09 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 108 9 -
CMYK 0 0.42 0.95 0.27
HSL 33.37º 0.91% 0.38% -
HSV(B) 33.37º 0.95% 0.73% -
XYZ 25.91 21.31 3.01 -
YUV 120.34 65.17 175.55 -
System Red Green Blue C M Y K H S L
Decimal 187 108 9 0 0.42 0.95 0.27 33.37 0.91 0.38
Hex BB 6C 9 0 2A 5F 1B 21 5B 26
Octal 273 154 11 0 52 137 33 41 133 46
Binary 10111011 1101100 1001 0 101010 1011111 11011 100001 1011011 100110

Color Harmonies of #BB6C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C09

Black with #BB6C09

Text Example


Text Example

White with #BB6C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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