Html Css Color HEX #B39A1D Lucky

📋 copy color: '#B39A1D'

red 179 ◦ green 154 ◦ blue 29

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

Shades of Lucky #B39A1D

Tints of Lucky #B39A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

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

R = 49.45%
G = 42.54%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B39A1D (or 0xB39A1D) is known color: Lucky. HEX triplet: B3, 9A and 1D. RGB value is (179,154,29). Sum of RGB (Red+Green+Blue) = 179+154+29=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A1D is #4C65E2. Grayscale: #939393. Windows color (decimal): -5006819 or 1940147. OLE color: 1940147.

HSL color Cylindrical-coordinate representation of color #B39A1D: hue angle of 50º 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 #B39A1D is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 154 29 -
CMYK 0 0.14 0.84 0.30
HSL 50º 0.72% 0.41% -
HSV(B) 50º 0.84% 0.7% -
XYZ 30.37 32.78 5.89 -
YUV 147.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 179 154 29 0 0.14 0.84 0.30 50 0.72 0.41
Hex B3 9A 1D 0 E 54 1E 32 48 29
Octal 263 232 35 0 16 124 36 62 110 51
Binary 10110011 10011010 11101 0 1110 1010100 11110 110010 1001000 101001

Color Harmonies of #B39A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39A1D

Black with #B39A1D

Text Example


Text Example

White with #B39A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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