Html Css Color HEX #B29E0A Lucky

📋 copy color: '#B29E0A'

red 178 ◦ green 158 ◦ blue 10

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

Shades of Lucky #B29E0A

Tints of Lucky #B29E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.89%

R = 51.45%
G = 45.66%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B29E0A (or 0xB29E0A) is known color: Lucky. HEX triplet: B2, 9E and 0A. RGB value is (178,158,10). Sum of RGB (Red+Green+Blue) = 178+158+10=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29E0A is #4D61F5. Grayscale: #939393. Windows color (decimal): -5071350 or 695986. OLE color: 695986.

HSL color Cylindrical-coordinate representation of color #B29E0A: hue angle of 52.86º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B29E0A is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 158 10 -
CMYK 0 0.11 0.94 0.30
HSL 52.86º 0.89% 0.37% -
HSV(B) 52.86º 0.94% 0.7% -
XYZ 30.64 33.94 5.22 -
YUV 147.11 50.63 150.03 -
System Red Green Blue C M Y K H S L
Decimal 178 158 10 0 0.11 0.94 0.30 52.86 0.89 0.37
Hex B2 9E A 0 B 5E 1E 35 59 25
Octal 262 236 12 0 13 136 36 65 131 45
Binary 10110010 10011110 1010 0 1011 1011110 11110 110101 1011001 100101

Color Harmonies of #B29E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29E0A

Black with #B29E0A

Text Example


Text Example

White with #B29E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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