Html Css Color HEX #B39B0C Lucky

📋 copy color: '#B39B0C'

red 179 ◦ green 155 ◦ blue 12

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

Shades of Lucky #B39B0C

Tints of Lucky #B39B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 51.73%
G = 44.8%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B39B0C (or 0xB39B0C) is known color: Lucky. HEX triplet: B3, 9B and 0C. RGB value is (179,155,12). Sum of RGB (Red+Green+Blue) = 179+155+12=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39B0C is #4C64F3. Grayscale: #929292. Windows color (decimal): -5006580 or 826291. OLE color: 826291.

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

Color convert

RGB 179 155 12 -
CMYK 0 0.13 0.93 0.30
HSL 51.38º 0.87% 0.37% -
HSV(B) 51.38º 0.93% 0.7% -
XYZ 30.38 33.05 5.13 -
YUV 145.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 179 155 12 0 0.13 0.93 0.30 51.38 0.87 0.37
Hex B3 9B C 0 D 5D 1E 33 57 25
Octal 263 233 14 0 15 135 36 63 127 45
Binary 10110011 10011011 1100 0 1101 1011101 11110 110011 1010111 100101

Color Harmonies of #B39B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39B0C

Black with #B39B0C

Text Example


Text Example

White with #B39B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39B0C; }

 p { color: rgb(179,155,12); }

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

background-color css

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

 a { background-color: rgb(179,155,12); }

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

border-color css

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

 span { border-color: rgb(179,155,12); }

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