Html Css Color HEX #BB9902 Dark Goldenrod

📋 copy color: '#BB9902'

red 187 ◦ green 153 ◦ blue 2

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

Shades of Dark Goldenrod #BB9902

Tints of Dark Goldenrod #BB9902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 54.68%
G = 44.74%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB9902 (or 0xBB9902) is known color: Dark Goldenrod. HEX triplet: BB, 99 and 02. RGB value is (187,153,2). Sum of RGB (Red+Green+Blue) = 187+153+2=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9902 is #4466FD. Grayscale: #929292. Windows color (decimal): -4482814 or 170427. OLE color: 170427.

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

Color convert

RGB 187 153 2 -
CMYK 0 0.18 0.99 0.27
HSL 48.97º 0.98% 0.37% -
HSV(B) 48.97º 0.99% 0.73% -
XYZ 31.9 33.35 4.81 -
YUV 145.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 187 153 2 0 0.18 0.99 0.27 48.97 0.98 0.37
Hex BB 99 2 0 12 63 1B 31 62 25
Octal 273 231 2 0 22 143 33 61 142 45
Binary 10111011 10011001 10 0 10010 1100011 11011 110001 1100010 100101

Color Harmonies of #BB9902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9902

Black with #BB9902

Text Example


Text Example

White with #BB9902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9902; }

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

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

background-color css

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

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

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

border-color css

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

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

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