Html Css Color HEX #BB9111 Dark Goldenrod

📋 copy color: '#BB9111'

red 187 ◦ green 145 ◦ blue 17

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

Shades of Dark Goldenrod #BB9111

Tints of Dark Goldenrod #BB9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

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

R = 53.58%
G = 41.55%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9111 (or 0xBB9111) is known color: Dark Goldenrod. HEX triplet: BB, 91 and 11. RGB value is (187,145,17). Sum of RGB (Red+Green+Blue) = 187+145+17=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9111 is #446EEE. Grayscale: #8F8F8F. Windows color (decimal): -4484847 or 1151419. OLE color: 1151419.

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

Color convert

RGB 187 145 17 -
CMYK 0 0.22 0.91 0.27
HSL 45.18º 0.83% 0.4% -
HSV(B) 45.18º 0.91% 0.73% -
XYZ 30.72 30.86 4.87 -
YUV 142.97 56.91 159.41 -
System Red Green Blue C M Y K H S L
Decimal 187 145 17 0 0.22 0.91 0.27 45.18 0.83 0.4
Hex BB 91 11 0 16 5B 1B 2D 53 28
Octal 273 221 21 0 26 133 33 55 123 50
Binary 10111011 10010001 10001 0 10110 1011011 11011 101101 1010011 101000

Color Harmonies of #BB9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9111

Black with #BB9111

Text Example


Text Example

White with #BB9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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