Html Css Color HEX #BB7603 Dark Goldenrod

📋 copy color: '#BB7603'

red 187 ◦ green 118 ◦ blue 3

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

Shades of Dark Goldenrod #BB7603

Tints of Dark Goldenrod #BB7603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 60.71%
G = 38.31%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7603 (or 0xBB7603) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 03. RGB value is (187,118,3). Sum of RGB (Red+Green+Blue) = 187+118+3=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7603 is #4489FC. Grayscale: #7E7E7E. Windows color (decimal): -4491773 or 227003. OLE color: 227003.

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

Color convert

RGB 187 118 3 -
CMYK 0 0.37 0.98 0.27
HSL 37.5º 0.97% 0.37% -
HSV(B) 37.5º 0.98% 0.73% -
XYZ 26.99 23.53 3.21 -
YUV 125.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 187 118 3 0 0.37 0.98 0.27 37.5 0.97 0.37
Hex BB 76 3 0 25 62 1B 26 61 25
Octal 273 166 3 0 45 142 33 46 141 45
Binary 10111011 1110110 11 0 100101 1100010 11011 100110 1100001 100101

Color Harmonies of #BB7603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7603

Black with #BB7603

Text Example


Text Example

White with #BB7603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7603; }

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

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

background-color css

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

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

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

border-color css

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

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

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