Html Css Color HEX #B29A1A Lucky

📋 copy color: '#B29A1A'

red 178 ◦ green 154 ◦ blue 26

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

Shades of Lucky #B29A1A

Tints of Lucky #B29A1A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 49.72%
G = 43.02%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B29A1A (or 0xB29A1A) is known color: Lucky. HEX triplet: B2, 9A and 1A. RGB value is (178,154,26). Sum of RGB (Red+Green+Blue) = 178+154+26=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A1A is #4D65E5. Grayscale: #939393. Windows color (decimal): -5072358 or 1743538. OLE color: 1743538.

HSL color Cylindrical-coordinate representation of color #B29A1A: hue angle of 50.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B29A1A is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 154 26 -
CMYK 0 0.13 0.85 0.30
HSL 50.53º 0.75% 0.4% -
HSV(B) 50.53º 0.85% 0.7% -
XYZ 30.1 32.65 5.69 -
YUV 146.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 178 154 26 0 0.13 0.85 0.30 50.53 0.75 0.4
Hex B2 9A 1A 0 D 55 1E 33 4B 28
Octal 262 232 32 0 15 125 36 63 113 50
Binary 10110010 10011010 11010 0 1101 1010101 11110 110011 1001011 101000

Color Harmonies of #B29A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A1A

Black with #B29A1A

Text Example


Text Example

White with #B29A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A1A; }

 p { color: rgb(178,154,26); }

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

background-color css

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

 a { background-color: rgb(178,154,26); }

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

border-color css

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

 span { border-color: rgb(178,154,26); }

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