Html Css Color HEX #B39C0B Lucky

📋 copy color: '#B39C0B'

red 179 ◦ green 156 ◦ blue 11

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

Shades of Lucky #B39C0B

Tints of Lucky #B39C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.18%

R = 51.73%
G = 45.09%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B39C0B (or 0xB39C0B) is known color: Lucky. HEX triplet: B3, 9C and 0B. RGB value is (179,156,11). Sum of RGB (Red+Green+Blue) = 179+156+11=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39C0B is #4C63F4. Grayscale: #929292. Windows color (decimal): -5006325 or 761011. OLE color: 761011.

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

Color convert

RGB 179 156 11 -
CMYK 0 0.13 0.94 0.30
HSL 51.79º 0.88% 0.37% -
HSV(B) 51.79º 0.94% 0.7% -
XYZ 30.54 33.38 5.15 -
YUV 146.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 179 156 11 0 0.13 0.94 0.30 51.79 0.88 0.37
Hex B3 9C B 0 D 5E 1E 34 58 25
Octal 263 234 13 0 15 136 36 64 130 45
Binary 10110011 10011100 1011 0 1101 1011110 11110 110100 1011000 100101

Color Harmonies of #B39C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C0B

Black with #B39C0B

Text Example


Text Example

White with #B39C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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