Html Css Color HEX #B19A1A Lucky

📋 copy color: '#B19A1A'

red 177 ◦ green 154 ◦ blue 26

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

Shades of Lucky #B19A1A

Tints of Lucky #B19A1A

RGB

 RED value IS 177 (69.53% from 255) = 49.58%

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

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

R = 49.58%
G = 43.14%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B19A1A (or 0xB19A1A) is known color: Lucky. HEX triplet: B1, 9A and 1A. RGB value is (177,154,26). Sum of RGB (Red+Green+Blue) = 177+154+26=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A1A is #4E65E5. Grayscale: #929292. Windows color (decimal): -5137894 or 1743537. OLE color: 1743537.

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

Color convert

RGB 177 154 26 -
CMYK 0 0.13 0.85 0.31
HSL 50.86º 0.74% 0.4% -
HSV(B) 50.86º 0.85% 0.69% -
XYZ 29.87 32.53 5.68 -
YUV 146.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 177 154 26 0 0.13 0.85 0.31 50.86 0.74 0.4
Hex B1 9A 1A 0 D 55 1F 33 4A 28
Octal 261 232 32 0 15 125 37 63 112 50
Binary 10110001 10011010 11010 0 1101 1010101 11111 110011 1001010 101000

Color Harmonies of #B19A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A1A

Black with #B19A1A

Text Example


Text Example

White with #B19A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A1A; }

 p { color: rgb(177,154,26); }

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

background-color css

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

 a { background-color: rgb(177,154,26); }

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

border-color css

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

 span { border-color: rgb(177,154,26); }

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