Html Css Color HEX #BD6E50 Red Damask

📋 copy color: '#BD6E50'

red 189 ◦ green 110 ◦ blue 80

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

Shades of Red Damask #BD6E50

Tints of Red Damask #BD6E50

RGB

 RED value IS 189 (74.22% from 255) = 49.87%

 GREEN value IS 110 (43.36% from 255) = 29.02%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 49.87%
G = 29.02%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD6E50 (or 0xBD6E50) is known color: Red Damask. HEX triplet: BD, 6E and 50. RGB value is (189,110,80). Sum of RGB (Red+Green+Blue) = 189+110+80=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E50 is #4291AF. Grayscale: #828282. Windows color (decimal): -4362672 or 5271229. OLE color: 5271229.

HSL color Cylindrical-coordinate representation of color #BD6E50: hue angle of 16.51º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6E50 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 110 80 -
CMYK 0 0.42 0.58 0.26
HSL 16.51º 0.45% 0.53% -
HSV(B) 16.51º 0.58% 0.74% -
XYZ 28.01 22.55 10.47 -
YUV 130.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 189 110 80 0 0.42 0.58 0.26 16.51 0.45 0.53
Hex BD 6E 50 0 2A 3A 1A 11 2D 35
Octal 275 156 120 0 52 72 32 21 55 65
Binary 10111101 1101110 1010000 0 101010 111010 11010 10001 101101 110101

Color Harmonies of #BD6E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E50

Black with #BD6E50

Text Example


Text Example

White with #BD6E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E50; }

 p { color: rgb(189,110,80); }

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

background-color css

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

 a { background-color: rgb(189,110,80); }

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

border-color css

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

 span { border-color: rgb(189,110,80); }

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