Html Css Color HEX #BD7155 Red Damask

📋 copy color: '#BD7155'

red 189 ◦ green 113 ◦ blue 85

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

Shades of Red Damask #BD7155

Tints of Red Damask #BD7155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 85 (33.59% from 255) = 21.96%

R = 48.84%
G = 29.2%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD7155 (or 0xBD7155) is known color: Red Damask. HEX triplet: BD, 71 and 55. RGB value is (189,113,85). Sum of RGB (Red+Green+Blue) = 189+113+85=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7155 is #428EAA. Grayscale: #848484. Windows color (decimal): -4361899 or 5599677. OLE color: 5599677.

HSL color Cylindrical-coordinate representation of color #BD7155: hue angle of 16.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD7155 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 113 85 -
CMYK 0 0.40 0.55 0.26
HSL 16.15º 0.44% 0.54% -
HSV(B) 16.15º 0.55% 0.74% -
XYZ 28.53 23.28 11.59 -
YUV 132.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 189 113 85 0 0.40 0.55 0.26 16.15 0.44 0.54
Hex BD 71 55 0 28 37 1A 10 2C 36
Octal 275 161 125 0 50 67 32 20 54 66
Binary 10111101 1110001 1010101 0 101000 110111 11010 10000 101100 110110

Color Harmonies of #BD7155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7155

Black with #BD7155

Text Example


Text Example

White with #BD7155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7155; }

 p { color: rgb(189,113,85); }

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

background-color css

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

 a { background-color: rgb(189,113,85); }

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

border-color css

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

 span { border-color: rgb(189,113,85); }

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