Html Css Color HEX #B29F0E Lucky

📋 copy color: '#B29F0E'

red 178 ◦ green 159 ◦ blue 14

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

Shades of Lucky #B29F0E

Tints of Lucky #B29F0E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

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

R = 50.71%
G = 45.3%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B29F0E (or 0xB29F0E) is known color: Lucky. HEX triplet: B2, 9F and 0E. RGB value is (178,159,14). Sum of RGB (Red+Green+Blue) = 178+159+14=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29F0E is #4D60F1. Grayscale: #949494. Windows color (decimal): -5071090 or 958386. OLE color: 958386.

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

Color convert

RGB 178 159 14 -
CMYK 0 0.11 0.92 0.30
HSL 53.05º 0.85% 0.38% -
HSV(B) 53.05º 0.92% 0.7% -
XYZ 30.84 34.29 5.41 -
YUV 148.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 178 159 14 0 0.11 0.92 0.30 53.05 0.85 0.38
Hex B2 9F E 0 B 5C 1E 35 55 26
Octal 262 237 16 0 13 134 36 65 125 46
Binary 10110010 10011111 1110 0 1011 1011100 11110 110101 1010101 100110

Color Harmonies of #B29F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F0E

Black with #B29F0E

Text Example


Text Example

White with #B29F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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