Html Css Color HEX #B39E0E Lucky

📋 copy color: '#B39E0E'

red 179 ◦ green 158 ◦ blue 14

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

Shades of Lucky #B39E0E

Tints of Lucky #B39E0E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

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

R = 51%
G = 45.01%
B = 3.99%

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

#B39E0E (or 0xB39E0E) is known color: Lucky. HEX triplet: B3, 9E and 0E. RGB value is (179,158,14). Sum of RGB (Red+Green+Blue) = 179+158+14=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39E0E is #4C61F1. Grayscale: #949494. Windows color (decimal): -5005810 or 958131. OLE color: 958131.

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

Color convert

RGB 179 158 14 -
CMYK 0 0.12 0.92 0.30
HSL 52.36º 0.85% 0.38% -
HSV(B) 52.36º 0.92% 0.7% -
XYZ 30.9 34.07 5.36 -
YUV 147.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 179 158 14 0 0.12 0.92 0.30 52.36 0.85 0.38
Hex B3 9E E 0 C 5C 1E 34 55 26
Octal 263 236 16 0 14 134 36 64 125 46
Binary 10110011 10011110 1110 0 1100 1011100 11110 110100 1010101 100110

Color Harmonies of #B39E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39E0E

Black with #B39E0E

Text Example


Text Example

White with #B39E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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