Html Css Color HEX #B39D01 Lucky

📋 copy color: '#B39D01'

red 179 ◦ green 157 ◦ blue 1

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

Shades of Lucky #B39D01

Tints of Lucky #B39D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.59%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 53.12%
G = 46.59%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B39D01 (or 0xB39D01) is known color: Lucky. HEX triplet: B3, 9D and 01. RGB value is (179,157,1). Sum of RGB (Red+Green+Blue) = 179+157+1=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39D01 is #4C62FE. Grayscale: #929292. Windows color (decimal): -5006079 or 105907. OLE color: 105907.

HSL color Cylindrical-coordinate representation of color #B39D01: hue angle of 52.58º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B39D01 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 157 1 -
CMYK 0 0.12 0.99 0.30
HSL 52.58º 0.99% 0.35% -
HSV(B) 52.58º 0.99% 0.7% -
XYZ 30.65 33.7 4.92 -
YUV 145.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 179 157 1 0 0.12 0.99 0.30 52.58 0.99 0.35
Hex B3 9D 1 0 C 63 1E 35 63 23
Octal 263 235 1 0 14 143 36 65 143 43
Binary 10110011 10011101 1 0 1100 1100011 11110 110101 1100011 100011

Color Harmonies of #B39D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D01

Black with #B39D01

Text Example


Text Example

White with #B39D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D01; }

 p { color: rgb(179,157,1); }

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

background-color css

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

 a { background-color: rgb(179,157,1); }

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

border-color css

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

 span { border-color: rgb(179,157,1); }

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