Html Css Color HEX #BD714F Red Damask

📋 copy color: '#BD714F'

red 189 ◦ green 113 ◦ blue 79

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

Shades of Red Damask #BD714F

Tints of Red Damask #BD714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 49.61%
G = 29.66%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD714F (or 0xBD714F) is known color: Red Damask. HEX triplet: BD, 71 and 4F. RGB value is (189,113,79). Sum of RGB (Red+Green+Blue) = 189+113+79=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD714F is #428EB0. Grayscale: #848484. Windows color (decimal): -4361905 or 5206461. OLE color: 5206461.

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

Color convert

RGB 189 113 79 -
CMYK 0 0.40 0.58 0.26
HSL 18.55º 0.45% 0.53% -
HSV(B) 18.55º 0.58% 0.74% -
XYZ 28.3 23.19 10.38 -
YUV 131.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 189 113 79 0 0.40 0.58 0.26 18.55 0.45 0.53
Hex BD 71 4F 0 28 3A 1A 13 2D 35
Octal 275 161 117 0 50 72 32 23 55 65
Binary 10111101 1110001 1001111 0 101000 111010 11010 10011 101101 110101

Color Harmonies of #BD714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD714F

Black with #BD714F

Text Example


Text Example

White with #BD714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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