Html Css Color HEX #BD6B50 Red Damask

📋 copy color: '#BD6B50'

red 189 ◦ green 107 ◦ blue 80

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

Shades of Red Damask #BD6B50

Tints of Red Damask #BD6B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.46%

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

R = 50.27%
G = 28.46%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD6B50 (or 0xBD6B50) is known color: Red Damask. HEX triplet: BD, 6B and 50. RGB value is (189,107,80). Sum of RGB (Red+Green+Blue) = 189+107+80=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B50 is #4294AF. Grayscale: #808080. Windows color (decimal): -4363440 or 5270461. OLE color: 5270461.

HSL color Cylindrical-coordinate representation of color #BD6B50: hue angle of 14.86º 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 #BD6B50 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 80 -
CMYK 0 0.43 0.58 0.26
HSL 14.86º 0.45% 0.53% -
HSV(B) 14.86º 0.58% 0.74% -
XYZ 27.69 21.91 10.36 -
YUV 128.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 189 107 80 0 0.43 0.58 0.26 14.86 0.45 0.53
Hex BD 6B 50 0 2B 3A 1A F 2D 35
Octal 275 153 120 0 53 72 32 17 55 65
Binary 10111101 1101011 1010000 0 101011 111010 11010 1111 101101 110101

Color Harmonies of #BD6B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B50

Black with #BD6B50

Text Example


Text Example

White with #BD6B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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