Html Css Color HEX #BD714E Red Damask

📋 copy color: '#BD714E'

red 189 ◦ green 113 ◦ blue 78

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

Shades of Red Damask #BD714E

Tints of Red Damask #BD714E

RGB

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

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

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

R = 49.74%
G = 29.74%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD714E (or 0xBD714E) is known color: Red Damask. HEX triplet: BD, 71 and 4E. RGB value is (189,113,78). Sum of RGB (Red+Green+Blue) = 189+113+78=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD714E is #428EB1. Grayscale: #838383. Windows color (decimal): -4361906 or 5140925. OLE color: 5140925.

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

Color convert

RGB 189 113 78 -
CMYK 0 0.40 0.59 0.26
HSL 18.92º 0.46% 0.52% -
HSV(B) 18.92º 0.59% 0.74% -
XYZ 28.27 23.18 10.19 -
YUV 131.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 189 113 78 0 0.40 0.59 0.26 18.92 0.46 0.52
Hex BD 71 4E 0 28 3B 1A 13 2E 34
Octal 275 161 116 0 50 73 32 23 56 64
Binary 10111101 1110001 1001110 0 101000 111011 11010 10011 101110 110100

Color Harmonies of #BD714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD714E

Black with #BD714E

Text Example


Text Example

White with #BD714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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