Html Css Color HEX #B28818 Dark Goldenrod

📋 copy color: '#B28818'

red 178 ◦ green 136 ◦ blue 24

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

Shades of Dark Goldenrod #B28818

Tints of Dark Goldenrod #B28818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 52.66%
G = 40.24%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B28818 (or 0xB28818) is known color: Dark Goldenrod. HEX triplet: B2, 88 and 18. RGB value is (178,136,24). Sum of RGB (Red+Green+Blue) = 178+136+24=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B28818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28818 is #4D77E7. Grayscale: #888888. Windows color (decimal): -5076968 or 1607858. OLE color: 1607858.

HSL color Cylindrical-coordinate representation of color #B28818: hue angle of 43.64º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B28818 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 24 -
CMYK 0 0.24 0.87 0.30
HSL 43.64º 0.76% 0.4% -
HSV(B) 43.64º 0.87% 0.7% -
XYZ 27.33 27.14 4.66 -
YUV 135.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 178 136 24 0 0.24 0.87 0.30 43.64 0.76 0.4
Hex B2 88 18 0 18 57 1E 2C 4C 28
Octal 262 210 30 0 30 127 36 54 114 50
Binary 10110010 10001000 11000 0 11000 1010111 11110 101100 1001100 101000

Color Harmonies of #B28818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28818

Black with #B28818

Text Example


Text Example

White with #B28818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28818; }

 p { color: rgb(178,136,24); }

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

background-color css

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

 a { background-color: rgb(178,136,24); }

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

border-color css

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

 span { border-color: rgb(178,136,24); }

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