Html Css Color HEX #BB9903 Dark Goldenrod

📋 copy color: '#BB9903'

red 187 ◦ green 153 ◦ blue 3

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

Shades of Dark Goldenrod #BB9903

Tints of Dark Goldenrod #BB9903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

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

R = 54.52%
G = 44.61%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB9903 (or 0xBB9903) is known color: Dark Goldenrod. HEX triplet: BB, 99 and 03. RGB value is (187,153,3). Sum of RGB (Red+Green+Blue) = 187+153+3=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9903 is #4466FC. Grayscale: #929292. Windows color (decimal): -4482813 or 235963. OLE color: 235963.

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

Color convert

RGB 187 153 3 -
CMYK 0 0.18 0.98 0.27
HSL 48.91º 0.97% 0.37% -
HSV(B) 48.91º 0.98% 0.73% -
XYZ 31.9 33.35 4.84 -
YUV 146.07 47.26 157.2 -
System Red Green Blue C M Y K H S L
Decimal 187 153 3 0 0.18 0.98 0.27 48.91 0.97 0.37
Hex BB 99 3 0 12 62 1B 31 61 25
Octal 273 231 3 0 22 142 33 61 141 45
Binary 10111011 10011001 11 0 10010 1100010 11011 110001 1100001 100101

Color Harmonies of #BB9903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9903

Black with #BB9903

Text Example


Text Example

White with #BB9903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9903; }

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

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

background-color css

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

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

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

border-color css

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

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

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