Html Css Color HEX #BB9802 Dark Goldenrod

📋 copy color: '#BB9802'

red 187 ◦ green 152 ◦ blue 2

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

Shades of Dark Goldenrod #BB9802

Tints of Dark Goldenrod #BB9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

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

R = 54.84%
G = 44.57%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB9802 (or 0xBB9802) is known color: Dark Goldenrod. HEX triplet: BB, 98 and 02. RGB value is (187,152,2). Sum of RGB (Red+Green+Blue) = 187+152+2=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9802 is #4467FD. Grayscale: #929292. Windows color (decimal): -4483070 or 170171. OLE color: 170171.

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

Color convert

RGB 187 152 2 -
CMYK 0 0.19 0.99 0.27
HSL 48.65º 0.98% 0.37% -
HSV(B) 48.65º 0.99% 0.73% -
XYZ 31.73 33.03 4.76 -
YUV 145.37 47.1 157.7 -
System Red Green Blue C M Y K H S L
Decimal 187 152 2 0 0.19 0.99 0.27 48.65 0.98 0.37
Hex BB 98 2 0 13 63 1B 31 62 25
Octal 273 230 2 0 23 143 33 61 142 45
Binary 10111011 10011000 10 0 10011 1100011 11011 110001 1100010 100101

Color Harmonies of #BB9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9802

Black with #BB9802

Text Example


Text Example

White with #BB9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9802; }

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

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

background-color css

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

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

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

border-color css

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

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

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