Html Css Color HEX #BB7002 Dark Goldenrod

📋 copy color: '#BB7002'

red 187 ◦ green 112 ◦ blue 2

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

Shades of Dark Goldenrod #BB7002

Tints of Dark Goldenrod #BB7002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 62.13%
G = 37.21%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB7002 (or 0xBB7002) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 02. RGB value is (187,112,2). Sum of RGB (Red+Green+Blue) = 187+112+2=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7002 is #448FFD. Grayscale: #7A7A7A. Windows color (decimal): -4493310 or 159931. OLE color: 159931.

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

Color convert

RGB 187 112 2 -
CMYK 0 0.40 0.99 0.27
HSL 35.68º 0.98% 0.37% -
HSV(B) 35.68º 0.99% 0.73% -
XYZ 26.3 22.16 2.95 -
YUV 121.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 187 112 2 0 0.40 0.99 0.27 35.68 0.98 0.37
Hex BB 70 2 0 28 63 1B 24 62 25
Octal 273 160 2 0 50 143 33 44 142 45
Binary 10111011 1110000 10 0 101000 1100011 11011 100100 1100010 100101

Color Harmonies of #BB7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7002

Black with #BB7002

Text Example


Text Example

White with #BB7002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7002; }

 p { color: rgb(187,112,2); }

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

background-color css

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

 a { background-color: rgb(187,112,2); }

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

border-color css

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

 span { border-color: rgb(187,112,2); }

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