Html Css Color HEX #BB9011 Dark Goldenrod

📋 copy color: '#BB9011'

red 187 ◦ green 144 ◦ blue 17

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

Shades of Dark Goldenrod #BB9011

Tints of Dark Goldenrod #BB9011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

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

R = 53.74%
G = 41.38%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB9011 (or 0xBB9011) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 11. RGB value is (187,144,17). Sum of RGB (Red+Green+Blue) = 187+144+17=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9011 is #446FEE. Grayscale: #8E8E8E. Windows color (decimal): -4485103 or 1151163. OLE color: 1151163.

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

Color convert

RGB 187 144 17 -
CMYK 0 0.23 0.91 0.27
HSL 44.82º 0.83% 0.4% -
HSV(B) 44.82º 0.91% 0.73% -
XYZ 30.57 30.55 4.82 -
YUV 142.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 187 144 17 0 0.23 0.91 0.27 44.82 0.83 0.4
Hex BB 90 11 0 17 5B 1B 2D 53 28
Octal 273 220 21 0 27 133 33 55 123 50
Binary 10111011 10010000 10001 0 10111 1011011 11011 101101 1010011 101000

Color Harmonies of #BB9011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9011

Black with #BB9011

Text Example


Text Example

White with #BB9011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9011; }

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

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

background-color css

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

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

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

border-color css

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

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

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