Html Css Color HEX #B2811D Dark Goldenrod

📋 copy color: '#B2811D'

red 178 ◦ green 129 ◦ blue 29

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

Shades of Dark Goldenrod #B2811D

Tints of Dark Goldenrod #B2811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 52.98%
G = 38.39%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2811D (or 0xB2811D) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 1D. RGB value is (178,129,29). Sum of RGB (Red+Green+Blue) = 178+129+29=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2811D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2811D is #4D7EE2. Grayscale: #848484. Windows color (decimal): -5078755 or 1933746. OLE color: 1933746.

HSL color Cylindrical-coordinate representation of color #B2811D: hue angle of 40.27º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2811D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 29 -
CMYK 0 0.28 0.84 0.30
HSL 40.27º 0.72% 0.41% -
HSV(B) 40.27º 0.84% 0.7% -
XYZ 26.43 25.25 4.64 -
YUV 132.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 178 129 29 0 0.28 0.84 0.30 40.27 0.72 0.41
Hex B2 81 1D 0 1C 54 1E 28 48 29
Octal 262 201 35 0 34 124 36 50 110 51
Binary 10110010 10000001 11101 0 11100 1010100 11110 101000 1001000 101001

Color Harmonies of #B2811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2811D

Black with #B2811D

Text Example


Text Example

White with #B2811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2811D; }

 p { color: rgb(178,129,29); }

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

background-color css

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

 a { background-color: rgb(178,129,29); }

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

border-color css

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

 span { border-color: rgb(178,129,29); }

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