Html Css Color HEX #B29618 Lucky

📋 copy color: '#B29618'

red 178 ◦ green 150 ◦ blue 24

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

Shades of Lucky #B29618

Tints of Lucky #B29618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

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

R = 50.57%
G = 42.61%
B = 6.82%

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

#B29618 (or 0xB29618) is known color: Lucky. HEX triplet: B2, 96 and 18. RGB value is (178,150,24). Sum of RGB (Red+Green+Blue) = 178+150+24=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B29618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29618 is #4D69E7. Grayscale: #909090. Windows color (decimal): -5073384 or 1611442. OLE color: 1611442.

HSL color Cylindrical-coordinate representation of color #B29618: hue angle of 49.09º 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 #B29618 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 150 24 -
CMYK 0 0.16 0.87 0.30
HSL 49.09º 0.76% 0.4% -
HSV(B) 49.09º 0.87% 0.7% -
XYZ 29.43 31.34 5.36 -
YUV 144.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 178 150 24 0 0.16 0.87 0.30 49.09 0.76 0.4
Hex B2 96 18 0 10 57 1E 31 4C 28
Octal 262 226 30 0 20 127 36 61 114 50
Binary 10110010 10010110 11000 0 10000 1010111 11110 110001 1001100 101000

Color Harmonies of #B29618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29618

Black with #B29618

Text Example


Text Example

White with #B29618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29618; }

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

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

background-color css

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

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

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

border-color css

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

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

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