Html Css Color HEX #B29B0E Lucky

📋 copy color: '#B29B0E'

red 178 ◦ green 155 ◦ blue 14

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

Shades of Lucky #B29B0E

Tints of Lucky #B29B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.67%

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 51.3%
G = 44.67%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B29B0E (or 0xB29B0E) is known color: Lucky. HEX triplet: B2, 9B and 0E. RGB value is (178,155,14). Sum of RGB (Red+Green+Blue) = 178+155+14=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29B0E is #4D64F1. Grayscale: #929292. Windows color (decimal): -5072114 or 957362. OLE color: 957362.

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

Color convert

RGB 178 155 14 -
CMYK 0 0.13 0.92 0.30
HSL 51.59º 0.85% 0.38% -
HSV(B) 51.59º 0.92% 0.7% -
XYZ 30.16 32.94 5.18 -
YUV 145.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 178 155 14 0 0.13 0.92 0.30 51.59 0.85 0.38
Hex B2 9B E 0 D 5C 1E 34 55 26
Octal 262 233 16 0 15 134 36 64 125 46
Binary 10110010 10011011 1110 0 1101 1011100 11110 110100 1010101 100110

Color Harmonies of #B29B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29B0E

Black with #B29B0E

Text Example


Text Example

White with #B29B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29B0E; }

 p { color: rgb(178,155,14); }

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

background-color css

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

 a { background-color: rgb(178,155,14); }

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

border-color css

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

 span { border-color: rgb(178,155,14); }

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