Html Css Color HEX #BD704F Red Damask

📋 copy color: '#BD704F'

red 189 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #BD704F

Tints of Red Damask #BD704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 49.74%
G = 29.47%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD704F (or 0xBD704F) is known color: Red Damask. HEX triplet: BD, 70 and 4F. RGB value is (189,112,79). Sum of RGB (Red+Green+Blue) = 189+112+79=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD704F is #428FB0. Grayscale: #838383. Windows color (decimal): -4362161 or 5206205. OLE color: 5206205.

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

Color convert

RGB 189 112 79 -
CMYK 0 0.41 0.58 0.26
HSL 18º 0.45% 0.53% -
HSV(B) 18º 0.58% 0.74% -
XYZ 28.19 22.97 10.35 -
YUV 131.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 189 112 79 0 0.41 0.58 0.26 18 0.45 0.53
Hex BD 70 4F 0 29 3A 1A 12 2D 35
Octal 275 160 117 0 51 72 32 22 55 65
Binary 10111101 1110000 1001111 0 101001 111010 11010 10010 101101 110101

Color Harmonies of #BD704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD704F

Black with #BD704F

Text Example


Text Example

White with #BD704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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