Html Css Color HEX #BB9013 Dark Goldenrod

📋 copy color: '#BB9013'

red 187 ◦ green 144 ◦ blue 19

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

Shades of Dark Goldenrod #BB9013

Tints of Dark Goldenrod #BB9013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 53.43%
G = 41.14%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB9013 (or 0xBB9013) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 13. RGB value is (187,144,19). Sum of RGB (Red+Green+Blue) = 187+144+19=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9013 is #446FEC. Grayscale: #8F8F8F. Windows color (decimal): -4485101 or 1282235. OLE color: 1282235.

HSL color Cylindrical-coordinate representation of color #BB9013: hue angle of 44.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB9013 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 144 19 -
CMYK 0 0.23 0.90 0.27
HSL 44.64º 0.82% 0.4% -
HSV(B) 44.64º 0.9% 0.73% -
XYZ 30.58 30.56 4.9 -
YUV 142.61 58.25 159.66 -
System Red Green Blue C M Y K H S L
Decimal 187 144 19 0 0.23 0.90 0.27 44.64 0.82 0.4
Hex BB 90 13 0 17 5A 1B 2D 52 28
Octal 273 220 23 0 27 132 33 55 122 50
Binary 10111011 10010000 10011 0 10111 1011010 11011 101101 1010010 101000

Color Harmonies of #BB9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9013

Black with #BB9013

Text Example


Text Example

White with #BB9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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