Html Css Color HEX #B28408 Dark Goldenrod

📋 copy color: '#B28408'

red 178 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #B28408

Tints of Dark Goldenrod #B28408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 55.97%
G = 41.51%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B28408 (or 0xB28408) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 08. RGB value is (178,132,8). Sum of RGB (Red+Green+Blue) = 178+132+8=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B28408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28408 is #4D7BF7. Grayscale: #848484. Windows color (decimal): -5078008 or 558258. OLE color: 558258.

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

Color convert

RGB 178 132 8 -
CMYK 0 0.26 0.96 0.30
HSL 43.76º 0.91% 0.36% -
HSV(B) 43.76º 0.96% 0.7% -
XYZ 26.66 25.99 3.84 -
YUV 131.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 178 132 8 0 0.26 0.96 0.30 43.76 0.91 0.36
Hex B2 84 8 0 1A 60 1E 2C 5B 24
Octal 262 204 10 0 32 140 36 54 133 44
Binary 10110010 10000100 1000 0 11010 1100000 11110 101100 1011011 100100

Color Harmonies of #B28408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28408

Black with #B28408

Text Example


Text Example

White with #B28408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28408; }

 p { color: rgb(178,132,8); }

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

background-color css

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

 a { background-color: rgb(178,132,8); }

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

border-color css

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

 span { border-color: rgb(178,132,8); }

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