Html Css Color HEX #BB7706 Dark Goldenrod

📋 copy color: '#BB7706'

red 187 ◦ green 119 ◦ blue 6

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

Shades of Dark Goldenrod #BB7706

Tints of Dark Goldenrod #BB7706

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.14%

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

R = 59.94%
G = 38.14%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB7706 (or 0xBB7706) is known color: Dark Goldenrod. HEX triplet: BB, 77 and 06. RGB value is (187,119,6). Sum of RGB (Red+Green+Blue) = 187+119+6=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7706 is #4488F9. Grayscale: #7E7E7E. Windows color (decimal): -4491514 or 423867. OLE color: 423867.

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

Color convert

RGB 187 119 6 -
CMYK 0 0.36 0.97 0.27
HSL 37.46º 0.94% 0.38% -
HSV(B) 37.46º 0.97% 0.73% -
XYZ 27.12 23.77 3.33 -
YUV 126.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 187 119 6 0 0.36 0.97 0.27 37.46 0.94 0.38
Hex BB 77 6 0 24 61 1B 25 5E 26
Octal 273 167 6 0 44 141 33 45 136 46
Binary 10111011 1110111 110 0 100100 1100001 11011 100101 1011110 100110

Color Harmonies of #BB7706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7706

Black with #BB7706

Text Example


Text Example

White with #BB7706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7706; }

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

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

background-color css

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

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

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

border-color css

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

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

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