Html Css Color HEX #BB9503 Dark Goldenrod

📋 copy color: '#BB9503'

red 187 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #BB9503

Tints of Dark Goldenrod #BB9503

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.95%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 55.16%
G = 43.95%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB9503 (or 0xBB9503) is known color: Dark Goldenrod. HEX triplet: BB, 95 and 03. RGB value is (187,149,3). Sum of RGB (Red+Green+Blue) = 187+149+3=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9503 is #446AFC. Grayscale: #909090. Windows color (decimal): -4483837 or 234939. OLE color: 234939.

HSL color Cylindrical-coordinate representation of color #BB9503: hue angle of 47.61º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB9503 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 3 -
CMYK 0 0.20 0.98 0.27
HSL 47.61º 0.97% 0.37% -
HSV(B) 47.61º 0.98% 0.73% -
XYZ 31.26 32.07 4.63 -
YUV 143.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 187 149 3 0 0.20 0.98 0.27 47.61 0.97 0.37
Hex BB 95 3 0 14 62 1B 30 61 25
Octal 273 225 3 0 24 142 33 60 141 45
Binary 10111011 10010101 11 0 10100 1100010 11011 110000 1100001 100101

Color Harmonies of #BB9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9503

Black with #BB9503

Text Example


Text Example

White with #BB9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9503; }

 p { color: rgb(187,149,3); }

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

background-color css

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

 a { background-color: rgb(187,149,3); }

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

border-color css

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

 span { border-color: rgb(187,149,3); }

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