Html Css Color HEX #B29A1C Lucky

📋 copy color: '#B29A1C'

red 178 ◦ green 154 ◦ blue 28

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

Shades of Lucky #B29A1C

Tints of Lucky #B29A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 49.44%
G = 42.78%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B29A1C (or 0xB29A1C) is known color: Lucky. HEX triplet: B2, 9A and 1C. RGB value is (178,154,28). Sum of RGB (Red+Green+Blue) = 178+154+28=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A1C is #4D65E3. Grayscale: #939393. Windows color (decimal): -5072356 or 1874610. OLE color: 1874610.

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

Color convert

RGB 178 154 28 -
CMYK 0 0.13 0.84 0.30
HSL 50.4º 0.73% 0.4% -
HSV(B) 50.4º 0.84% 0.7% -
XYZ 30.13 32.66 5.81 -
YUV 146.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 178 154 28 0 0.13 0.84 0.30 50.4 0.73 0.4
Hex B2 9A 1C 0 D 54 1E 32 49 28
Octal 262 232 34 0 15 124 36 62 111 50
Binary 10110010 10011010 11100 0 1101 1010100 11110 110010 1001001 101000

Color Harmonies of #B29A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A1C

Black with #B29A1C

Text Example


Text Example

White with #B29A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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