Html Css Color HEX #BB7109 Dark Goldenrod

📋 copy color: '#BB7109'

red 187 ◦ green 113 ◦ blue 9

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

Shades of Dark Goldenrod #BB7109

Tints of Dark Goldenrod #BB7109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 60.52%
G = 36.57%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB7109 (or 0xBB7109) is known color: Dark Goldenrod. HEX triplet: BB, 71 and 09. RGB value is (187,113,9). Sum of RGB (Red+Green+Blue) = 187+113+9=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7109 is #448EF6. Grayscale: #7B7B7B. Windows color (decimal): -4493047 or 618939. OLE color: 618939.

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

Color convert

RGB 187 113 9 -
CMYK 0 0.40 0.95 0.27
HSL 35.06º 0.91% 0.38% -
HSV(B) 35.06º 0.95% 0.73% -
XYZ 26.45 22.39 3.19 -
YUV 123.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 187 113 9 0 0.40 0.95 0.27 35.06 0.91 0.38
Hex BB 71 9 0 28 5F 1B 23 5B 26
Octal 273 161 11 0 50 137 33 43 133 46
Binary 10111011 1110001 1001 0 101000 1011111 11011 100011 1011011 100110

Color Harmonies of #BB7109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7109

Black with #BB7109

Text Example


Text Example

White with #BB7109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7109; }

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

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

background-color css

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

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

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

border-color css

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

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

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