Html Css Color HEX #B29A1F Lucky

📋 copy color: '#B29A1F'

red 178 ◦ green 154 ◦ blue 31

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

Shades of Lucky #B29A1F

Tints of Lucky #B29A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 49.04%
G = 42.42%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B29A1F (or 0xB29A1F) is known color: Lucky. HEX triplet: B2, 9A and 1F. RGB value is (178,154,31). Sum of RGB (Red+Green+Blue) = 178+154+31=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A1F is #4D65E0. Grayscale: #939393. Windows color (decimal): -5072353 or 2071218. OLE color: 2071218.

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

Color convert

RGB 178 154 31 -
CMYK 0 0.13 0.83 0.30
HSL 50.2º 0.7% 0.41% -
HSV(B) 50.2º 0.83% 0.7% -
XYZ 30.16 32.68 6.01 -
YUV 147.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 178 154 31 0 0.13 0.83 0.30 50.2 0.7 0.41
Hex B2 9A 1F 0 D 53 1E 32 46 29
Octal 262 232 37 0 15 123 36 62 106 51
Binary 10110010 10011010 11111 0 1101 1010011 11110 110010 1000110 101001

Color Harmonies of #B29A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A1F

Black with #B29A1F

Text Example


Text Example

White with #B29A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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