Html Css Color HEX #B39D1D Lucky

📋 copy color: '#B39D1D'

red 179 ◦ green 157 ◦ blue 29

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

Shades of Lucky #B39D1D

Tints of Lucky #B39D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.95%

R = 49.04%
G = 43.01%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B39D1D (or 0xB39D1D) is known color: Lucky. HEX triplet: B3, 9D and 1D. RGB value is (179,157,29). Sum of RGB (Red+Green+Blue) = 179+157+29=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39D1D is #4C62E2. Grayscale: #959595. Windows color (decimal): -5006051 or 1940915. OLE color: 1940915.

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

Color convert

RGB 179 157 29 -
CMYK 0 0.12 0.84 0.30
HSL 51.2º 0.72% 0.41% -
HSV(B) 51.2º 0.84% 0.7% -
XYZ 30.87 33.79 6.06 -
YUV 148.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 179 157 29 0 0.12 0.84 0.30 51.2 0.72 0.41
Hex B3 9D 1D 0 C 54 1E 33 48 29
Octal 263 235 35 0 14 124 36 63 110 51
Binary 10110011 10011101 11101 0 1100 1010100 11110 110011 1001000 101001

Color Harmonies of #B39D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D1D

Black with #B39D1D

Text Example


Text Example

White with #B39D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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