Html Css Color HEX #BF694C Red Damask

📋 copy color: '#BF694C'

red 191 ◦ green 105 ◦ blue 76

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

Shades of Red Damask #BF694C

Tints of Red Damask #BF694C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.43%

R = 51.34%
G = 28.23%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF694C (or 0xBF694C) is known color: Red Damask. HEX triplet: BF, 69 and 4C. RGB value is (191,105,76). Sum of RGB (Red+Green+Blue) = 191+105+76=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF694C is #4096B3. Grayscale: #7F7F7F. Windows color (decimal): -4232884 or 5007807. OLE color: 5007807.

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

Color convert

RGB 191 105 76 -
CMYK 0 0.45 0.60 0.25
HSL 15.13º 0.47% 0.52% -
HSV(B) 15.13º 0.6% 0.75% -
XYZ 27.84 21.7 9.56 -
YUV 127.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 191 105 76 0 0.45 0.60 0.25 15.13 0.47 0.52
Hex BF 69 4C 0 2D 3C 19 F 2F 34
Octal 277 151 114 0 55 74 31 17 57 64
Binary 10111111 1101001 1001100 0 101101 111100 11001 1111 101111 110100

Color Harmonies of #BF694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF694C

Black with #BF694C

Text Example


Text Example

White with #BF694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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