Html Css Color HEX #B28814 Dark Goldenrod

📋 copy color: '#B28814'

red 178 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #B28814

Tints of Dark Goldenrod #B28814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 53.29%
G = 40.72%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28814 (or 0xB28814) is known color: Dark Goldenrod. HEX triplet: B2, 88 and 14. RGB value is (178,136,20). Sum of RGB (Red+Green+Blue) = 178+136+20=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B28814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28814 is #4D77EB. Grayscale: #878787. Windows color (decimal): -5076972 or 1345714. OLE color: 1345714.

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

Color convert

RGB 178 136 20 -
CMYK 0 0.24 0.89 0.30
HSL 44.05º 0.8% 0.39% -
HSV(B) 44.05º 0.89% 0.7% -
XYZ 27.29 27.12 4.46 -
YUV 135.33 62.91 158.43 -
System Red Green Blue C M Y K H S L
Decimal 178 136 20 0 0.24 0.89 0.30 44.05 0.8 0.39
Hex B2 88 14 0 18 59 1E 2C 50 27
Octal 262 210 24 0 30 131 36 54 120 47
Binary 10110010 10001000 10100 0 11000 1011001 11110 101100 1010000 100111

Color Harmonies of #B28814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28814

Black with #B28814

Text Example


Text Example

White with #B28814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28814; }

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

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

background-color css

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

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

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

border-color css

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

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

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