Html Css Color HEX #BB7003 Dark Goldenrod

📋 copy color: '#BB7003'

red 187 ◦ green 112 ◦ blue 3

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

Shades of Dark Goldenrod #BB7003

Tints of Dark Goldenrod #BB7003

RGB

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

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

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

R = 61.92%
G = 37.09%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB7003 (or 0xBB7003) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 03. RGB value is (187,112,3). Sum of RGB (Red+Green+Blue) = 187+112+3=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7003 is #448FFC. Grayscale: #7A7A7A. Windows color (decimal): -4493309 or 225467. OLE color: 225467.

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

Color convert

RGB 187 112 3 -
CMYK 0 0.40 0.98 0.27
HSL 35.54º 0.97% 0.37% -
HSV(B) 35.54º 0.98% 0.73% -
XYZ 26.3 22.16 2.98 -
YUV 122 60.85 174.36 -
System Red Green Blue C M Y K H S L
Decimal 187 112 3 0 0.40 0.98 0.27 35.54 0.97 0.37
Hex BB 70 3 0 28 62 1B 24 61 25
Octal 273 160 3 0 50 142 33 44 141 45
Binary 10111011 1110000 11 0 101000 1100010 11011 100100 1100001 100101

Color Harmonies of #BB7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7003

Black with #BB7003

Text Example


Text Example

White with #BB7003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7003; }

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

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

background-color css

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

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

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

border-color css

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

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

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