Html Css Color HEX #BB9804 Dark Goldenrod

📋 copy color: '#BB9804'

red 187 ◦ green 152 ◦ blue 4

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

Shades of Dark Goldenrod #BB9804

Tints of Dark Goldenrod #BB9804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 54.52%
G = 44.31%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB9804 (or 0xBB9804) is known color: Dark Goldenrod. HEX triplet: BB, 98 and 04. RGB value is (187,152,4). Sum of RGB (Red+Green+Blue) = 187+152+4=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9804 is #4467FB. Grayscale: #929292. Windows color (decimal): -4483068 or 301243. OLE color: 301243.

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

Color convert

RGB 187 152 4 -
CMYK 0 0.19 0.98 0.27
HSL 48.52º 0.96% 0.37% -
HSV(B) 48.52º 0.98% 0.73% -
XYZ 31.74 33.03 4.82 -
YUV 145.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 187 152 4 0 0.19 0.98 0.27 48.52 0.96 0.37
Hex BB 98 4 0 13 62 1B 31 60 25
Octal 273 230 4 0 23 142 33 61 140 45
Binary 10111011 10011000 100 0 10011 1100010 11011 110001 1100000 100101

Color Harmonies of #BB9804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9804

Black with #BB9804

Text Example


Text Example

White with #BB9804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9804; }

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

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

background-color css

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

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

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

border-color css

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

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

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