Html Css Color HEX #B39C1A Lucky

📋 copy color: '#B39C1A'

red 179 ◦ green 156 ◦ blue 26

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

Shades of Lucky #B39C1A

Tints of Lucky #B39C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 49.58%
G = 43.21%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B39C1A (or 0xB39C1A) is known color: Lucky. HEX triplet: B3, 9C and 1A. RGB value is (179,156,26). Sum of RGB (Red+Green+Blue) = 179+156+26=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C1A is #4C63E5. Grayscale: #949494. Windows color (decimal): -5006310 or 1744051. OLE color: 1744051.

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

Color convert

RGB 179 156 26 -
CMYK 0 0.13 0.85 0.30
HSL 50.98º 0.75% 0.4% -
HSV(B) 50.98º 0.85% 0.7% -
XYZ 30.67 33.44 5.81 -
YUV 148.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 179 156 26 0 0.13 0.85 0.30 50.98 0.75 0.4
Hex B3 9C 1A 0 D 55 1E 33 4B 28
Octal 263 234 32 0 15 125 36 63 113 50
Binary 10110011 10011100 11010 0 1101 1010101 11110 110011 1001011 101000

Color Harmonies of #B39C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C1A

Black with #B39C1A

Text Example


Text Example

White with #B39C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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