Html Css Color HEX #BF7653 Red Damask

📋 copy color: '#BF7653'

red 191 ◦ green 118 ◦ blue 83

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

Shades of Red Damask #BF7653

Tints of Red Damask #BF7653

RGB

 RED value IS 191 (75% from 255) = 48.72%

 GREEN value IS 118 (46.48% from 255) = 30.1%

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 48.72%
G = 30.1%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BF7653 (or 0xBF7653) is known color: Red Damask. HEX triplet: BF, 76 and 53. RGB value is (191,118,83). Sum of RGB (Red+Green+Blue) = 191+118+83=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7653 is #4089AC. Grayscale: #888888. Windows color (decimal): -4229549 or 5469887. OLE color: 5469887.

HSL color Cylindrical-coordinate representation of color #BF7653: hue angle of 19.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF7653 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 118 83 -
CMYK 0 0.38 0.57 0.25
HSL 19.44º 0.46% 0.54% -
HSV(B) 19.44º 0.57% 0.75% -
XYZ 29.53 24.66 11.39 -
YUV 135.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 191 118 83 0 0.38 0.57 0.25 19.44 0.46 0.54
Hex BF 76 53 0 26 39 19 13 2E 36
Octal 277 166 123 0 46 71 31 23 56 66
Binary 10111111 1110110 1010011 0 100110 111001 11001 10011 101110 110110

Color Harmonies of #BF7653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7653

Black with #BF7653

Text Example


Text Example

White with #BF7653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7653; }

 p { color: rgb(191,118,83); }

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

background-color css

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

 a { background-color: rgb(191,118,83); }

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

border-color css

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

 span { border-color: rgb(191,118,83); }

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