Html Css Color HEX #BB9304 Dark Goldenrod

📋 copy color: '#BB9304'

red 187 ◦ green 147 ◦ blue 4

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

Shades of Dark Goldenrod #BB9304

Tints of Dark Goldenrod #BB9304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

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

R = 55.33%
G = 43.49%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB9304 (or 0xBB9304) is known color: Dark Goldenrod. HEX triplet: BB, 93 and 04. RGB value is (187,147,4). Sum of RGB (Red+Green+Blue) = 187+147+4=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9304 is #446CFB. Grayscale: #8F8F8F. Windows color (decimal): -4484348 or 299963. OLE color: 299963.

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

Color convert

RGB 187 147 4 -
CMYK 0 0.21 0.98 0.27
HSL 46.89º 0.96% 0.37% -
HSV(B) 46.89º 0.98% 0.73% -
XYZ 30.95 31.44 4.55 -
YUV 142.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 187 147 4 0 0.21 0.98 0.27 46.89 0.96 0.37
Hex BB 93 4 0 15 62 1B 2F 60 25
Octal 273 223 4 0 25 142 33 57 140 45
Binary 10111011 10010011 100 0 10101 1100010 11011 101111 1100000 100101

Color Harmonies of #BB9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9304

Black with #BB9304

Text Example


Text Example

White with #BB9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9304; }

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

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

background-color css

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

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

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

border-color css

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

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

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