Html Css Color HEX #B29306 Dark Goldenrod

📋 copy color: '#B29306'

red 178 ◦ green 147 ◦ blue 6

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

Shades of Dark Goldenrod #B29306

Tints of Dark Goldenrod #B29306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 6 (2.73% from 255) = 1.81%

R = 53.78%
G = 44.41%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B29306 (or 0xB29306) is known color: Dark Goldenrod. HEX triplet: B2, 93 and 06. RGB value is (178,147,6). Sum of RGB (Red+Green+Blue) = 178+147+6=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B29306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29306 is #4D6CF9. Grayscale: #8C8C8C. Windows color (decimal): -5074170 or 431026. OLE color: 431026.

HSL color Cylindrical-coordinate representation of color #B29306: hue angle of 49.19º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B29306 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 6 -
CMYK 0 0.17 0.97 0.30
HSL 49.19º 0.93% 0.36% -
HSV(B) 49.19º 0.97% 0.7% -
XYZ 28.83 30.35 4.51 -
YUV 140.2 52.27 154.96 -
System Red Green Blue C M Y K H S L
Decimal 178 147 6 0 0.17 0.97 0.30 49.19 0.93 0.36
Hex B2 93 6 0 11 61 1E 31 5D 24
Octal 262 223 6 0 21 141 36 61 135 44
Binary 10110010 10010011 110 0 10001 1100001 11110 110001 1011101 100100

Color Harmonies of #B29306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29306

Black with #B29306

Text Example


Text Example

White with #B29306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29306; }

 p { color: rgb(178,147,6); }

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

background-color css

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

 a { background-color: rgb(178,147,6); }

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

border-color css

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

 span { border-color: rgb(178,147,6); }

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