Html Css Color HEX #BF694F Red Damask

📋 copy color: '#BF694F'

red 191 ◦ green 105 ◦ blue 79

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

Shades of Red Damask #BF694F

Tints of Red Damask #BF694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 50.93%
G = 28%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF694F (or 0xBF694F) is known color: Red Damask. HEX triplet: BF, 69 and 4F. RGB value is (191,105,79). Sum of RGB (Red+Green+Blue) = 191+105+79=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF694F is #4096B0. Grayscale: #7F7F7F. Windows color (decimal): -4232881 or 5204415. OLE color: 5204415.

HSL color Cylindrical-coordinate representation of color #BF694F: hue angle of 13.93º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF694F is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 105 79 -
CMYK 0 0.45 0.59 0.25
HSL 13.93º 0.47% 0.53% -
HSV(B) 13.93º 0.59% 0.75% -
XYZ 27.95 21.74 10.12 -
YUV 127.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 191 105 79 0 0.45 0.59 0.25 13.93 0.47 0.53
Hex BF 69 4F 0 2D 3B 19 E 2F 35
Octal 277 151 117 0 55 73 31 16 57 65
Binary 10111111 1101001 1001111 0 101101 111011 11001 1110 101111 110101

Color Harmonies of #BF694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF694F

Black with #BF694F

Text Example


Text Example

White with #BF694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF694F; }

 p { color: rgb(191,105,79); }

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

background-color css

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

 a { background-color: rgb(191,105,79); }

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

border-color css

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

 span { border-color: rgb(191,105,79); }

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