Html Css Color HEX #B29E10 Lucky

📋 copy color: '#B29E10'

red 178 ◦ green 158 ◦ blue 16

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

Shades of Lucky #B29E10

Tints of Lucky #B29E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.89%

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

R = 50.57%
G = 44.89%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B29E10 (or 0xB29E10) is known color: Lucky. HEX triplet: B2, 9E and 10. RGB value is (178,158,16). Sum of RGB (Red+Green+Blue) = 178+158+16=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29E10 is #4D61EF. Grayscale: #949494. Windows color (decimal): -5071344 or 1089202. OLE color: 1089202.

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

Color convert

RGB 178 158 16 -
CMYK 0 0.11 0.91 0.30
HSL 52.59º 0.84% 0.38% -
HSV(B) 52.59º 0.91% 0.7% -
XYZ 30.68 33.96 5.43 -
YUV 147.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 178 158 16 0 0.11 0.91 0.30 52.59 0.84 0.38
Hex B2 9E 10 0 B 5B 1E 35 54 26
Octal 262 236 20 0 13 133 36 65 124 46
Binary 10110010 10011110 10000 0 1011 1011011 11110 110101 1010100 100110

Color Harmonies of #B29E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E10

Black with #B29E10

Text Example


Text Example

White with #B29E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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