Html Css Color HEX #BB7211 Dark Goldenrod

📋 copy color: '#BB7211'

red 187 ◦ green 114 ◦ blue 17

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

Shades of Dark Goldenrod #BB7211

Tints of Dark Goldenrod #BB7211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 58.81%
G = 35.85%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7211 (or 0xBB7211) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 11. RGB value is (187,114,17). Sum of RGB (Red+Green+Blue) = 187+114+17=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7211 is #448DEE. Grayscale: #7D7D7D. Windows color (decimal): -4492783 or 1143483. OLE color: 1143483.

HSL color Cylindrical-coordinate representation of color #BB7211: hue angle of 34.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB7211 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 17 -
CMYK 0 0.39 0.91 0.27
HSL 34.24º 0.83% 0.4% -
HSV(B) 34.24º 0.91% 0.73% -
XYZ 26.61 22.64 3.5 -
YUV 124.77 67.18 172.39 -
System Red Green Blue C M Y K H S L
Decimal 187 114 17 0 0.39 0.91 0.27 34.24 0.83 0.4
Hex BB 72 11 0 27 5B 1B 22 53 28
Octal 273 162 21 0 47 133 33 42 123 50
Binary 10111011 1110010 10001 0 100111 1011011 11011 100010 1010011 101000

Color Harmonies of #BB7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7211

Black with #BB7211

Text Example


Text Example

White with #BB7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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