Html Css Color HEX #BD6C4D Red Damask

📋 copy color: '#BD6C4D'

red 189 ◦ green 108 ◦ blue 77

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

Shades of Red Damask #BD6C4D

Tints of Red Damask #BD6C4D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

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

R = 50.53%
G = 28.88%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD6C4D (or 0xBD6C4D) is known color: Red Damask. HEX triplet: BD, 6C and 4D. RGB value is (189,108,77). Sum of RGB (Red+Green+Blue) = 189+108+77=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C4D is #4293B2. Grayscale: #808080. Windows color (decimal): -4363187 or 5074109. OLE color: 5074109.

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

Color convert

RGB 189 108 77 -
CMYK 0 0.43 0.59 0.26
HSL 16.61º 0.46% 0.52% -
HSV(B) 16.61º 0.59% 0.74% -
XYZ 27.69 22.08 9.82 -
YUV 128.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 189 108 77 0 0.43 0.59 0.26 16.61 0.46 0.52
Hex BD 6C 4D 0 2B 3B 1A 11 2E 34
Octal 275 154 115 0 53 73 32 21 56 64
Binary 10111101 1101100 1001101 0 101011 111011 11010 10001 101110 110100

Color Harmonies of #BD6C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C4D

Black with #BD6C4D

Text Example


Text Example

White with #BD6C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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