Html Css Color HEX #B88504 Dark Goldenrod

📋 copy color: '#B88504'

red 184 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #B88504

Tints of Dark Goldenrod #B88504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.43%

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

R = 57.32%
G = 41.43%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B88504 (or 0xB88504) is known color: Dark Goldenrod. HEX triplet: B8, 85 and 04. RGB value is (184,133,4). Sum of RGB (Red+Green+Blue) = 184+133+4=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B88504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88504 is #477AFB. Grayscale: #868686. Windows color (decimal): -4684540 or 296376. OLE color: 296376.

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

Color convert

RGB 184 133 4 -
CMYK 0 0.28 0.98 0.28
HSL 43º 0.96% 0.37% -
HSV(B) 43º 0.98% 0.72% -
XYZ 28.18 26.97 3.84 -
YUV 133.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 184 133 4 0 0.28 0.98 0.28 43 0.96 0.37
Hex B8 85 4 0 1C 62 1C 2B 60 25
Octal 270 205 4 0 34 142 34 53 140 45
Binary 10111000 10000101 100 0 11100 1100010 11100 101011 1100000 100101

Color Harmonies of #B88504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88504

Black with #B88504

Text Example


Text Example

White with #B88504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88504; }

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

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

background-color css

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

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

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

border-color css

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

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

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