Html Css Color HEX #B28204 Dark Goldenrod

📋 copy color: '#B28204'

red 178 ◦ green 130 ◦ blue 4

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

Shades of Dark Goldenrod #B28204

Tints of Dark Goldenrod #B28204

RGB

 RED value IS 178 (69.92% from 255) = 57.05%

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 57.05%
G = 41.67%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B28204 (or 0xB28204) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 04. RGB value is (178,130,4). Sum of RGB (Red+Green+Blue) = 178+130+4=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B28204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28204 is #4D7DFB. Grayscale: #828282. Windows color (decimal): -5078524 or 295602. OLE color: 295602.

HSL color Cylindrical-coordinate representation of color #B28204: hue angle of 43.45º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B28204 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 4 -
CMYK 0 0.27 0.98 0.30
HSL 43.45º 0.96% 0.36% -
HSV(B) 43.45º 0.98% 0.7% -
XYZ 26.36 25.44 3.64 -
YUV 129.99 56.9 162.25 -
System Red Green Blue C M Y K H S L
Decimal 178 130 4 0 0.27 0.98 0.30 43.45 0.96 0.36
Hex B2 82 4 0 1B 62 1E 2B 60 24
Octal 262 202 4 0 33 142 36 53 140 44
Binary 10110010 10000010 100 0 11011 1100010 11110 101011 1100000 100100

Color Harmonies of #B28204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28204

Black with #B28204

Text Example


Text Example

White with #B28204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28204; }

 p { color: rgb(178,130,4); }

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

background-color css

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

 a { background-color: rgb(178,130,4); }

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

border-color css

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

 span { border-color: rgb(178,130,4); }

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