Html Css Color HEX #BD754E Red Damask

📋 copy color: '#BD754E'

red 189 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #BD754E

Tints of Red Damask #BD754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 49.22%
G = 30.47%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD754E (or 0xBD754E) is known color: Red Damask. HEX triplet: BD, 75 and 4E. RGB value is (189,117,78). Sum of RGB (Red+Green+Blue) = 189+117+78=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD754E is #428AB1. Grayscale: #868686. Windows color (decimal): -4360882 or 5141949. OLE color: 5141949.

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

Color convert

RGB 189 117 78 -
CMYK 0 0.38 0.59 0.26
HSL 21.08º 0.46% 0.52% -
HSV(B) 21.08º 0.59% 0.74% -
XYZ 28.72 24.09 10.34 -
YUV 134.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 189 117 78 0 0.38 0.59 0.26 21.08 0.46 0.52
Hex BD 75 4E 0 26 3B 1A 15 2E 34
Octal 275 165 116 0 46 73 32 25 56 64
Binary 10111101 1110101 1001110 0 100110 111011 11010 10101 101110 110100

Color Harmonies of #BD754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD754E

Black with #BD754E

Text Example


Text Example

White with #BD754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD754E; }

 p { color: rgb(189,117,78); }

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

background-color css

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

 a { background-color: rgb(189,117,78); }

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

border-color css

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

 span { border-color: rgb(189,117,78); }

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