Html Css Color HEX #BD754D Red Damask

📋 copy color: '#BD754D'

red 189 ◦ green 117 ◦ blue 77

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

Shades of Red Damask #BD754D

Tints of Red Damask #BD754D

RGB

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

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

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

R = 49.35%
G = 30.55%
B = 20.1%

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

#BD754D (or 0xBD754D) is known color: Red Damask. HEX triplet: BD, 75 and 4D. RGB value is (189,117,77). Sum of RGB (Red+Green+Blue) = 189+117+77=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD754D is #428AB2. Grayscale: #868686. Windows color (decimal): -4360883 or 5076413. OLE color: 5076413.

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

Color convert

RGB 189 117 77 -
CMYK 0 0.38 0.59 0.26
HSL 21.43º 0.46% 0.52% -
HSV(B) 21.43º 0.59% 0.74% -
XYZ 28.69 24.08 10.16 -
YUV 133.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 189 117 77 0 0.38 0.59 0.26 21.43 0.46 0.52
Hex BD 75 4D 0 26 3B 1A 15 2E 34
Octal 275 165 115 0 46 73 32 25 56 64
Binary 10111101 1110101 1001101 0 100110 111011 11010 10101 101110 110100

Color Harmonies of #BD754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD754D

Black with #BD754D

Text Example


Text Example

White with #BD754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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