Html Css Color HEX #B29518 Lucky

📋 copy color: '#B29518'

red 178 ◦ green 149 ◦ blue 24

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

Shades of Lucky #B29518

Tints of Lucky #B29518

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 50.71%
G = 42.45%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B29518 (or 0xB29518) is known color: Lucky. HEX triplet: B2, 95 and 18. RGB value is (178,149,24). Sum of RGB (Red+Green+Blue) = 178+149+24=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B29518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29518 is #4D6AE7. Grayscale: #8F8F8F. Windows color (decimal): -5073640 or 1611186. OLE color: 1611186.

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

Color convert

RGB 178 149 24 -
CMYK 0 0.16 0.87 0.30
HSL 48.7º 0.76% 0.4% -
HSV(B) 48.7º 0.87% 0.7% -
XYZ 29.27 31.03 5.31 -
YUV 143.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 178 149 24 0 0.16 0.87 0.30 48.7 0.76 0.4
Hex B2 95 18 0 10 57 1E 31 4C 28
Octal 262 225 30 0 20 127 36 61 114 50
Binary 10110010 10010101 11000 0 10000 1010111 11110 110001 1001100 101000

Color Harmonies of #B29518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29518

Black with #B29518

Text Example


Text Example

White with #B29518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29518; }

 p { color: rgb(178,149,24); }

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

background-color css

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

 a { background-color: rgb(178,149,24); }

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

border-color css

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

 span { border-color: rgb(178,149,24); }

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