Html Css Color HEX #B88304 Dark Goldenrod

📋 copy color: '#B88304'

red 184 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #B88304

Tints of Dark Goldenrod #B88304

RGB

 RED value IS 184 (72.27% from 255) = 57.68%

 GREEN value IS 131 (51.56% from 255) = 41.07%

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

R = 57.68%
G = 41.07%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B88304 (or 0xB88304) is known color: Dark Goldenrod. HEX triplet: B8, 83 and 04. RGB value is (184,131,4). Sum of RGB (Red+Green+Blue) = 184+131+4=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B88304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88304 is #477CFB. Grayscale: #848484. Windows color (decimal): -4685052 or 295864. OLE color: 295864.

HSL color Cylindrical-coordinate representation of color #B88304: hue angle of 42.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B88304 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 131 4 -
CMYK 0 0.29 0.98 0.28
HSL 42.33º 0.96% 0.37% -
HSV(B) 42.33º 0.98% 0.72% -
XYZ 27.91 26.43 3.75 -
YUV 132.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 184 131 4 0 0.29 0.98 0.28 42.33 0.96 0.37
Hex B8 83 4 0 1D 62 1C 2A 60 25
Octal 270 203 4 0 35 142 34 52 140 45
Binary 10111000 10000011 100 0 11101 1100010 11100 101010 1100000 100101

Color Harmonies of #B88304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88304

Black with #B88304

Text Example


Text Example

White with #B88304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88304; }

 p { color: rgb(184,131,4); }

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

background-color css

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

 a { background-color: rgb(184,131,4); }

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

border-color css

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

 span { border-color: rgb(184,131,4); }

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