Html Css Color HEX #BF694B Red Damask

📋 copy color: '#BF694B'

red 191 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #BF694B

Tints of Red Damask #BF694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 51.48%
G = 28.3%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF694B (or 0xBF694B) is known color: Red Damask. HEX triplet: BF, 69 and 4B. RGB value is (191,105,75). Sum of RGB (Red+Green+Blue) = 191+105+75=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF694B is #4096B4. Grayscale: #7F7F7F. Windows color (decimal): -4232885 or 4942271. OLE color: 4942271.

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

Color convert

RGB 191 105 75 -
CMYK 0 0.45 0.61 0.25
HSL 15.52º 0.48% 0.52% -
HSV(B) 15.52º 0.61% 0.75% -
XYZ 27.81 21.69 9.38 -
YUV 127.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 191 105 75 0 0.45 0.61 0.25 15.52 0.48 0.52
Hex BF 69 4B 0 2D 3D 19 10 30 34
Octal 277 151 113 0 55 75 31 20 60 64
Binary 10111111 1101001 1001011 0 101101 111101 11001 10000 110000 110100

Color Harmonies of #BF694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF694B

Black with #BF694B

Text Example


Text Example

White with #BF694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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