Html Css Color HEX #BB7200 Dark Goldenrod

📋 copy color: '#BB7200'

red 187 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #BB7200

Tints of Dark Goldenrod #BB7200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 62.13%
G = 37.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB7200 (or 0xBB7200) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 00. RGB value is (187,114,0). Sum of RGB (Red+Green+Blue) = 187+114+0=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7200 is #448DFF. Grayscale: #7B7B7B. Windows color (decimal): -4492800 or 29371. OLE color: 29371.

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

Color convert

RGB 187 114 0 -
CMYK 0 0.39 1 0.27
HSL 36.58º 1% 0.37% -
HSV(B) 36.58º 1% 0.73% -
XYZ 26.51 22.6 2.96 -
YUV 122.83 58.68 173.77 -
System Red Green Blue C M Y K H S L
Decimal 187 114 0 0 0.39 1 0.27 36.58 1 0.37
Hex BB 72 0 0 27 64 1B 25 64 25
Octal 273 162 0 0 47 144 33 45 144 45
Binary 10111011 1110010 0 0 100111 1100100 11011 100101 1100100 100101

Color Harmonies of #BB7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7200

Black with #BB7200

Text Example


Text Example

White with #BB7200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7200; }

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

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

background-color css

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

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

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

border-color css

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

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

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