Html Css Color HEX #BB7600 Dark Goldenrod

📋 copy color: '#BB7600'

red 187 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #BB7600

Tints of Dark Goldenrod #BB7600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.31%
G = 38.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB7600 (or 0xBB7600) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 00. RGB value is (187,118,0). Sum of RGB (Red+Green+Blue) = 187+118+0=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7600 is #4489FF. Grayscale: #7D7D7D. Windows color (decimal): -4491776 or 30395. OLE color: 30395.

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

Color convert

RGB 187 118 0 -
CMYK 0 0.37 1 0.27
HSL 37.86º 1% 0.37% -
HSV(B) 37.86º 1% 0.73% -
XYZ 26.97 23.52 3.12 -
YUV 125.18 57.36 172.09 -
System Red Green Blue C M Y K H S L
Decimal 187 118 0 0 0.37 1 0.27 37.86 1 0.37
Hex BB 76 0 0 25 64 1B 26 64 25
Octal 273 166 0 0 45 144 33 46 144 45
Binary 10111011 1110110 0 0 100101 1100100 11011 100110 1100100 100101

Color Harmonies of #BB7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7600

Black with #BB7600

Text Example


Text Example

White with #BB7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7600; }

 p { color: rgb(187,118,0); }

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

background-color css

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

 a { background-color: rgb(187,118,0); }

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

border-color css

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

 span { border-color: rgb(187,118,0); }

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