Html Css Color HEX #8B504A Lotus

📋 copy color: '#8B504A'

red 139 ◦ green 80 ◦ blue 74

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

Shades of Lotus #8B504A

Tints of Lotus #8B504A

RGB

 RED value IS 139 (54.69% from 255) = 47.44%

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 74 (29.3% from 255) = 25.26%

R = 47.44%
G = 27.3%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B504A (or 0x8B504A) is known color: Lotus. HEX triplet: 8B, 50 and 4A. RGB value is (139,80,74). Sum of RGB (Red+Green+Blue) = 139+80+74=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B504A is #74AFB5. Grayscale: #616161. Windows color (decimal): -7647158 or 4870283. OLE color: 4870283.

HSL color Cylindrical-coordinate representation of color #8B504A: hue angle of 5.54º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B504A is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 80 74 -
CMYK 0 0.42 0.47 0.45
HSL 5.54º 0.31% 0.42% -
HSV(B) 5.54º 0.47% 0.55% -
XYZ 14.75 11.72 7.96 -
YUV 96.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 139 80 74 0 0.42 0.47 0.45 5.54 0.31 0.42
Hex 8B 50 4A 0 2A 2F 2D 6 1F 2A
Octal 213 120 112 0 52 57 55 6 37 52
Binary 10001011 1010000 1001010 0 101010 101111 101101 110 11111 101010

Color Harmonies of #8B504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B504A

Black with #8B504A

Text Example


Text Example

White with #8B504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B504A; }

 p { color: rgb(139,80,74); }

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

background-color css

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

 a { background-color: rgb(139,80,74); }

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

border-color css

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

 span { border-color: rgb(139,80,74); }

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