Html Css Color HEX #BD7751 Red Damask

📋 copy color: '#BD7751'

red 189 ◦ green 119 ◦ blue 81

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

Shades of Red Damask #BD7751

Tints of Red Damask #BD7751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.59%

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 48.59%
G = 30.59%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD7751 (or 0xBD7751) is known color: Red Damask. HEX triplet: BD, 77 and 51. RGB value is (189,119,81). Sum of RGB (Red+Green+Blue) = 189+119+81=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7751 is #4288AE. Grayscale: #878787. Windows color (decimal): -4360367 or 5339069. OLE color: 5339069.

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

Color convert

RGB 189 119 81 -
CMYK 0 0.37 0.57 0.26
HSL 21.11º 0.45% 0.53% -
HSV(B) 21.11º 0.57% 0.74% -
XYZ 29.07 24.61 11 -
YUV 135.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 189 119 81 0 0.37 0.57 0.26 21.11 0.45 0.53
Hex BD 77 51 0 25 39 1A 15 2D 35
Octal 275 167 121 0 45 71 32 25 55 65
Binary 10111101 1110111 1010001 0 100101 111001 11010 10101 101101 110101

Color Harmonies of #BD7751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7751

Black with #BD7751

Text Example


Text Example

White with #BD7751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7751; }

 p { color: rgb(189,119,81); }

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

background-color css

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

 a { background-color: rgb(189,119,81); }

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

border-color css

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

 span { border-color: rgb(189,119,81); }

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