Html Css Color HEX #B28812 Dark Goldenrod

📋 copy color: '#B28812'

red 178 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #B28812

Tints of Dark Goldenrod #B28812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.42%

R = 53.61%
G = 40.96%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B28812 (or 0xB28812) is known color: Dark Goldenrod. HEX triplet: B2, 88 and 12. RGB value is (178,136,18). Sum of RGB (Red+Green+Blue) = 178+136+18=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B28812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28812 is #4D77ED. Grayscale: #878787. Windows color (decimal): -5076974 or 1214642. OLE color: 1214642.

HSL color Cylindrical-coordinate representation of color #B28812: hue angle of 44.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B28812 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 18 -
CMYK 0 0.24 0.90 0.30
HSL 44.25º 0.82% 0.38% -
HSV(B) 44.25º 0.9% 0.7% -
XYZ 27.27 27.12 4.37 -
YUV 135.11 61.91 158.59 -
System Red Green Blue C M Y K H S L
Decimal 178 136 18 0 0.24 0.90 0.30 44.25 0.82 0.38
Hex B2 88 12 0 18 5A 1E 2C 52 26
Octal 262 210 22 0 30 132 36 54 122 46
Binary 10110010 10001000 10010 0 11000 1011010 11110 101100 1010010 100110

Color Harmonies of #B28812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28812

Black with #B28812

Text Example


Text Example

White with #B28812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28812; }

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

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

background-color css

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

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

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

border-color css

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

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

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