Html Css Color HEX #B19C20 Lucky

📋 copy color: '#B19C20'

red 177 ◦ green 156 ◦ blue 32

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

Shades of Lucky #B19C20

Tints of Lucky #B19C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 48.49%
G = 42.74%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B19C20 (or 0xB19C20) is known color: Lucky. HEX triplet: B1, 9C and 20. RGB value is (177,156,32). Sum of RGB (Red+Green+Blue) = 177+156+32=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C20 is #4E63DF. Grayscale: #949494. Windows color (decimal): -5137376 or 2137265. OLE color: 2137265.

HSL color Cylindrical-coordinate representation of color #B19C20: hue angle of 51.31º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B19C20 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 156 32 -
CMYK 0 0.12 0.82 0.31
HSL 51.31º 0.69% 0.41% -
HSV(B) 51.31º 0.82% 0.69% -
XYZ 30.28 33.23 6.18 -
YUV 148.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 177 156 32 0 0.12 0.82 0.31 51.31 0.69 0.41
Hex B1 9C 20 0 C 52 1F 33 45 29
Octal 261 234 40 0 14 122 37 63 105 51
Binary 10110001 10011100 100000 0 1100 1010010 11111 110011 1000101 101001

Color Harmonies of #B19C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C20

Black with #B19C20

Text Example


Text Example

White with #B19C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C20; }

 p { color: rgb(177,156,32); }

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

background-color css

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

 a { background-color: rgb(177,156,32); }

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

border-color css

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

 span { border-color: rgb(177,156,32); }

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