Html Css Color HEX #B39C0E Lucky

📋 copy color: '#B39C0E'

red 179 ◦ green 156 ◦ blue 14

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

Shades of Lucky #B39C0E

Tints of Lucky #B39C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

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

R = 51.29%
G = 44.7%
B = 4.01%

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

#B39C0E (or 0xB39C0E) is known color: Lucky. HEX triplet: B3, 9C and 0E. RGB value is (179,156,14). Sum of RGB (Red+Green+Blue) = 179+156+14=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39C0E is #4C63F1. Grayscale: #939393. Windows color (decimal): -5006322 or 957619. OLE color: 957619.

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

Color convert

RGB 179 156 14 -
CMYK 0 0.13 0.92 0.30
HSL 51.64º 0.85% 0.38% -
HSV(B) 51.64º 0.92% 0.7% -
XYZ 30.56 33.39 5.25 -
YUV 146.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 179 156 14 0 0.13 0.92 0.30 51.64 0.85 0.38
Hex B3 9C E 0 D 5C 1E 34 55 26
Octal 263 234 16 0 15 134 36 64 125 46
Binary 10110011 10011100 1110 0 1101 1011100 11110 110100 1010101 100110

Color Harmonies of #B39C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C0E

Black with #B39C0E

Text Example


Text Example

White with #B39C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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