Html Css Color HEX #B28004 Dark Goldenrod

📋 copy color: '#B28004'

red 178 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #B28004

Tints of Dark Goldenrod #B28004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.29%

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

R = 57.42%
G = 41.29%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B28004 (or 0xB28004) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 04. RGB value is (178,128,4). Sum of RGB (Red+Green+Blue) = 178+128+4=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B28004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28004 is #4D7FFB. Grayscale: #818181. Windows color (decimal): -5079036 or 295090. OLE color: 295090.

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

Color convert

RGB 178 128 4 -
CMYK 0 0.28 0.98 0.30
HSL 42.76º 0.96% 0.36% -
HSV(B) 42.76º 0.98% 0.7% -
XYZ 26.1 24.91 3.55 -
YUV 128.81 57.57 163.08 -
System Red Green Blue C M Y K H S L
Decimal 178 128 4 0 0.28 0.98 0.30 42.76 0.96 0.36
Hex B2 80 4 0 1C 62 1E 2B 60 24
Octal 262 200 4 0 34 142 36 53 140 44
Binary 10110010 10000000 100 0 11100 1100010 11110 101011 1100000 100100

Color Harmonies of #B28004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28004

Black with #B28004

Text Example


Text Example

White with #B28004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28004; }

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

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

background-color css

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

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

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

border-color css

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

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

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