Html Css Color HEX #BB7206 Dark Goldenrod

📋 copy color: '#BB7206'

red 187 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #BB7206

Tints of Dark Goldenrod #BB7206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 60.91%
G = 37.13%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB7206 (or 0xBB7206) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 06. RGB value is (187,114,6). Sum of RGB (Red+Green+Blue) = 187+114+6=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7206 is #448DF9. Grayscale: #7C7C7C. Windows color (decimal): -4492794 or 422587. OLE color: 422587.

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

Color convert

RGB 187 114 6 -
CMYK 0 0.39 0.97 0.27
HSL 35.8º 0.94% 0.38% -
HSV(B) 35.8º 0.97% 0.73% -
XYZ 26.54 22.61 3.14 -
YUV 123.52 61.68 173.28 -
System Red Green Blue C M Y K H S L
Decimal 187 114 6 0 0.39 0.97 0.27 35.8 0.94 0.38
Hex BB 72 6 0 27 61 1B 24 5E 26
Octal 273 162 6 0 47 141 33 44 136 46
Binary 10111011 1110010 110 0 100111 1100001 11011 100100 1011110 100110

Color Harmonies of #BB7206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7206

Black with #BB7206

Text Example


Text Example

White with #BB7206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7206; }

 p { color: rgb(187,114,6); }

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

background-color css

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

 a { background-color: rgb(187,114,6); }

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

border-color css

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

 span { border-color: rgb(187,114,6); }

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