Html Css Color HEX #B29C06 Lucky

📋 copy color: '#B29C06'

red 178 ◦ green 156 ◦ blue 6

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

Shades of Lucky #B29C06

Tints of Lucky #B29C06

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

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

R = 52.35%
G = 45.88%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B29C06 (or 0xB29C06) is known color: Lucky. HEX triplet: B2, 9C and 06. RGB value is (178,156,6). Sum of RGB (Red+Green+Blue) = 178+156+6=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29C06 is #4D63F9. Grayscale: #929292. Windows color (decimal): -5071866 or 433330. OLE color: 433330.

HSL color Cylindrical-coordinate representation of color #B29C06: hue angle of 52.33º 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 #B29C06 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 156 6 -
CMYK 0 0.12 0.97 0.30
HSL 52.33º 0.93% 0.36% -
HSV(B) 52.33º 0.97% 0.7% -
XYZ 30.28 33.26 5 -
YUV 145.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 178 156 6 0 0.12 0.97 0.30 52.33 0.93 0.36
Hex B2 9C 6 0 C 61 1E 34 5D 24
Octal 262 234 6 0 14 141 36 64 135 44
Binary 10110010 10011100 110 0 1100 1100001 11110 110100 1011101 100100

Color Harmonies of #B29C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C06

Black with #B29C06

Text Example


Text Example

White with #B29C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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