Html Css Color HEX #BD6E4D Red Damask

📋 copy color: '#BD6E4D'

red 189 ◦ green 110 ◦ blue 77

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

Shades of Red Damask #BD6E4D

Tints of Red Damask #BD6E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 50.27%
G = 29.26%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD6E4D (or 0xBD6E4D) is known color: Red Damask. HEX triplet: BD, 6E and 4D. RGB value is (189,110,77). Sum of RGB (Red+Green+Blue) = 189+110+77=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6E4D is #4291B2. Grayscale: #828282. Windows color (decimal): -4362675 or 5074621. OLE color: 5074621.

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

Color convert

RGB 189 110 77 -
CMYK 0 0.42 0.59 0.26
HSL 17.68º 0.46% 0.52% -
HSV(B) 17.68º 0.59% 0.74% -
XYZ 27.9 22.51 9.89 -
YUV 129.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 189 110 77 0 0.42 0.59 0.26 17.68 0.46 0.52
Hex BD 6E 4D 0 2A 3B 1A 12 2E 34
Octal 275 156 115 0 52 73 32 22 56 64
Binary 10111101 1101110 1001101 0 101010 111011 11010 10010 101110 110100

Color Harmonies of #BD6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E4D

Black with #BD6E4D

Text Example


Text Example

White with #BD6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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