Html Css Color HEX #BB7000 Dark Goldenrod

📋 copy color: '#BB7000'

red 187 ◦ green 112 ◦ blue 0

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

Shades of Dark Goldenrod #BB7000

Tints of Dark Goldenrod #BB7000

RGB

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

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

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

R = 62.54%
G = 37.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB7000 (or 0xBB7000) is known color: Dark Goldenrod. HEX triplet: BB, 70 and 00. RGB value is (187,112,0). Sum of RGB (Red+Green+Blue) = 187+112+0=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7000 is #448FFF. Grayscale: #7A7A7A. Windows color (decimal): -4493312 or 28859. OLE color: 28859.

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

Color convert

RGB 187 112 0 -
CMYK 0 0.40 1 0.27
HSL 35.94º 1% 0.37% -
HSV(B) 35.94º 1% 0.73% -
XYZ 26.29 22.15 2.89 -
YUV 121.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 187 112 0 0 0.40 1 0.27 35.94 1 0.37
Hex BB 70 0 0 28 64 1B 24 64 25
Octal 273 160 0 0 50 144 33 44 144 45
Binary 10111011 1110000 0 0 101000 1100100 11011 100100 1100100 100101

Color Harmonies of #BB7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7000

Black with #BB7000

Text Example


Text Example

White with #BB7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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