Html Css Color HEX #BB7911 Dark Goldenrod

📋 copy color: '#BB7911'

red 187 ◦ green 121 ◦ blue 17

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

Shades of Dark Goldenrod #BB7911

Tints of Dark Goldenrod #BB7911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 57.54%
G = 37.23%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7911 (or 0xBB7911) is known color: Dark Goldenrod. HEX triplet: BB, 79 and 11. RGB value is (187,121,17). Sum of RGB (Red+Green+Blue) = 187+121+17=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7911 is #4486EE. Grayscale: #818181. Windows color (decimal): -4490991 or 1145275. OLE color: 1145275.

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

Color convert

RGB 187 121 17 -
CMYK 0 0.35 0.91 0.27
HSL 36.71º 0.83% 0.4% -
HSV(B) 36.71º 0.91% 0.73% -
XYZ 27.43 24.28 3.77 -
YUV 128.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 187 121 17 0 0.35 0.91 0.27 36.71 0.83 0.4
Hex BB 79 11 0 23 5B 1B 25 53 28
Octal 273 171 21 0 43 133 33 45 123 50
Binary 10111011 1111001 10001 0 100011 1011011 11011 100101 1010011 101000

Color Harmonies of #BB7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7911

Black with #BB7911

Text Example


Text Example

White with #BB7911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7911; }

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

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

background-color css

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

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

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

border-color css

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

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

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