Html Css Color HEX #BD774F Red Damask

📋 copy color: '#BD774F'

red 189 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #BD774F

Tints of Red Damask #BD774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.75%

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

R = 48.84%
G = 30.75%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD774F (or 0xBD774F) is known color: Red Damask. HEX triplet: BD, 77 and 4F. RGB value is (189,119,79). Sum of RGB (Red+Green+Blue) = 189+119+79=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD774F is #4288B0. Grayscale: #878787. Windows color (decimal): -4360369 or 5207997. OLE color: 5207997.

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

Color convert

RGB 189 119 79 -
CMYK 0 0.37 0.58 0.26
HSL 21.82º 0.45% 0.53% -
HSV(B) 21.82º 0.58% 0.74% -
XYZ 28.99 24.58 10.61 -
YUV 135.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 189 119 79 0 0.37 0.58 0.26 21.82 0.45 0.53
Hex BD 77 4F 0 25 3A 1A 16 2D 35
Octal 275 167 117 0 45 72 32 26 55 65
Binary 10111101 1110111 1001111 0 100101 111010 11010 10110 101101 110101

Color Harmonies of #BD774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD774F

Black with #BD774F

Text Example


Text Example

White with #BD774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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