Html Css Color HEX #B29C04 Lucky

📋 copy color: '#B29C04'

red 178 ◦ green 156 ◦ blue 4

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

Shades of Lucky #B29C04

Tints of Lucky #B29C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 52.66%
G = 46.15%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B29C04 (or 0xB29C04) is known color: Lucky. HEX triplet: B2, 9C and 04. RGB value is (178,156,4). Sum of RGB (Red+Green+Blue) = 178+156+4=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29C04 is #4D63FB. Grayscale: #919191. Windows color (decimal): -5071868 or 302258. OLE color: 302258.

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

Color convert

RGB 178 156 4 -
CMYK 0 0.12 0.98 0.30
HSL 52.41º 0.96% 0.36% -
HSV(B) 52.41º 0.98% 0.7% -
XYZ 30.27 33.25 4.94 -
YUV 145.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 178 156 4 0 0.12 0.98 0.30 52.41 0.96 0.36
Hex B2 9C 4 0 C 62 1E 34 60 24
Octal 262 234 4 0 14 142 36 64 140 44
Binary 10110010 10011100 100 0 1100 1100010 11110 110100 1100000 100100

Color Harmonies of #B29C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C04

Black with #B29C04

Text Example


Text Example

White with #B29C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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