Html Css Color HEX #B29313 Lucky

📋 copy color: '#B29313'

red 178 ◦ green 147 ◦ blue 19

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

Shades of Lucky #B29313

Tints of Lucky #B29313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 51.74%
G = 42.73%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29313 (or 0xB29313) is known color: Lucky. HEX triplet: B2, 93 and 13. RGB value is (178,147,19). Sum of RGB (Red+Green+Blue) = 178+147+19=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B29313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29313 is #4D6CEC. Grayscale: #8E8E8E. Windows color (decimal): -5074157 or 1282994. OLE color: 1282994.

HSL color Cylindrical-coordinate representation of color #B29313: hue angle of 48.3º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B29313 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 147 19 -
CMYK 0 0.17 0.89 0.30
HSL 48.3º 0.81% 0.39% -
HSV(B) 48.3º 0.89% 0.7% -
XYZ 28.91 30.38 4.96 -
YUV 141.68 58.77 153.91 -
System Red Green Blue C M Y K H S L
Decimal 178 147 19 0 0.17 0.89 0.30 48.3 0.81 0.39
Hex B2 93 13 0 11 59 1E 30 51 27
Octal 262 223 23 0 21 131 36 60 121 47
Binary 10110010 10010011 10011 0 10001 1011001 11110 110000 1010001 100111

Color Harmonies of #B29313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29313

Black with #B29313

Text Example


Text Example

White with #B29313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29313; }

 p { color: rgb(178,147,19); }

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

background-color css

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

 a { background-color: rgb(178,147,19); }

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

border-color css

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

 span { border-color: rgb(178,147,19); }

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