Html Css Color HEX #B39C04 Lucky

📋 copy color: '#B39C04'

red 179 ◦ green 156 ◦ blue 4

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

Shades of Lucky #B39C04

Tints of Lucky #B39C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 52.8%
G = 46.02%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B39C04 (or 0xB39C04) is known color: Lucky. HEX triplet: B3, 9C and 04. RGB value is (179,156,4). Sum of RGB (Red+Green+Blue) = 179+156+4=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39C04 is #4C63FB. Grayscale: #929292. Windows color (decimal): -5006332 or 302259. OLE color: 302259.

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

Color convert

RGB 179 156 4 -
CMYK 0 0.13 0.98 0.30
HSL 52.11º 0.96% 0.36% -
HSV(B) 52.11º 0.98% 0.7% -
XYZ 30.5 33.37 4.95 -
YUV 145.55 48.12 151.86 -
System Red Green Blue C M Y K H S L
Decimal 179 156 4 0 0.13 0.98 0.30 52.11 0.96 0.36
Hex B3 9C 4 0 D 62 1E 34 60 24
Octal 263 234 4 0 15 142 36 64 140 44
Binary 10110011 10011100 100 0 1101 1100010 11110 110100 1100000 100100

Color Harmonies of #B39C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C04

Black with #B39C04

Text Example


Text Example

White with #B39C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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