Html Css Color HEX #B29211 Dark Goldenrod

📋 copy color: '#B29211'

red 178 ◦ green 146 ◦ blue 17

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

Shades of Dark Goldenrod #B29211

Tints of Dark Goldenrod #B29211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 17 (7.03% from 255) = 4.99%

R = 52.2%
G = 42.82%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B29211 (or 0xB29211) is known color: Dark Goldenrod. HEX triplet: B2, 92 and 11. RGB value is (178,146,17). Sum of RGB (Red+Green+Blue) = 178+146+17=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B29211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29211 is #4D6DEE. Grayscale: #8D8D8D. Windows color (decimal): -5074415 or 1151666. OLE color: 1151666.

HSL color Cylindrical-coordinate representation of color #B29211: hue angle of 48.07º degrees, saturation: 0.83, 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 #B29211 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 146 17 -
CMYK 0 0.18 0.90 0.30
HSL 48.07º 0.83% 0.38% -
HSV(B) 48.07º 0.9% 0.7% -
XYZ 28.74 30.06 4.82 -
YUV 140.86 58.1 154.49 -
System Red Green Blue C M Y K H S L
Decimal 178 146 17 0 0.18 0.90 0.30 48.07 0.83 0.38
Hex B2 92 11 0 12 5A 1E 30 53 26
Octal 262 222 21 0 22 132 36 60 123 46
Binary 10110010 10010010 10001 0 10010 1011010 11110 110000 1010011 100110

Color Harmonies of #B29211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29211

Black with #B29211

Text Example


Text Example

White with #B29211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29211; }

 p { color: rgb(178,146,17); }

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

background-color css

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

 a { background-color: rgb(178,146,17); }

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

border-color css

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

 span { border-color: rgb(178,146,17); }

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