Html Css Color HEX #B39D0E Lucky

📋 copy color: '#B39D0E'

red 179 ◦ green 157 ◦ blue 14

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

Shades of Lucky #B39D0E

Tints of Lucky #B39D0E

RGB

 RED value IS 179 (70.31% from 255) = 51.14%

 GREEN value IS 157 (61.72% from 255) = 44.86%

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

R = 51.14%
G = 44.86%
B = 4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B39D0E (or 0xB39D0E) is known color: Lucky. HEX triplet: B3, 9D and 0E. RGB value is (179,157,14). Sum of RGB (Red+Green+Blue) = 179+157+14=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39D0E is #4C62F1. Grayscale: #939393. Windows color (decimal): -5006066 or 957875. OLE color: 957875.

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

Color convert

RGB 179 157 14 -
CMYK 0 0.12 0.92 0.30
HSL 52º 0.85% 0.38% -
HSV(B) 52º 0.92% 0.7% -
XYZ 30.73 33.73 5.31 -
YUV 147.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 179 157 14 0 0.12 0.92 0.30 52 0.85 0.38
Hex B3 9D E 0 C 5C 1E 34 55 26
Octal 263 235 16 0 14 134 36 64 125 46
Binary 10110011 10011101 1110 0 1100 1011100 11110 110100 1010101 100110

Color Harmonies of #B39D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D0E

Black with #B39D0E

Text Example


Text Example

White with #B39D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D0E; }

 p { color: rgb(179,157,14); }

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

background-color css

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

 a { background-color: rgb(179,157,14); }

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

border-color css

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

 span { border-color: rgb(179,157,14); }

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