Html Css Color HEX #B29C10 Lucky

📋 copy color: '#B29C10'

red 178 ◦ green 156 ◦ blue 16

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

Shades of Lucky #B29C10

Tints of Lucky #B29C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 50.86%
G = 44.57%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B29C10 (or 0xB29C10) is known color: Lucky. HEX triplet: B2, 9C and 10. RGB value is (178,156,16). Sum of RGB (Red+Green+Blue) = 178+156+16=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29C10 is #4D63EF. Grayscale: #939393. Windows color (decimal): -5071856 or 1088690. OLE color: 1088690.

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

Color convert

RGB 178 156 16 -
CMYK 0 0.12 0.91 0.30
HSL 51.85º 0.84% 0.38% -
HSV(B) 51.85º 0.91% 0.7% -
XYZ 30.34 33.28 5.31 -
YUV 146.62 54.29 150.38 -
System Red Green Blue C M Y K H S L
Decimal 178 156 16 0 0.12 0.91 0.30 51.85 0.84 0.38
Hex B2 9C 10 0 C 5B 1E 34 54 26
Octal 262 234 20 0 14 133 36 64 124 46
Binary 10110010 10011100 10000 0 1100 1011011 11110 110100 1010100 100110

Color Harmonies of #B29C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29C10

Black with #B29C10

Text Example


Text Example

White with #B29C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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