Html Css Color HEX #BF696B Turkish Rose

📋 copy color: '#BF696B'

red 191 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #BF696B

Tints of Turkish Rose #BF696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.55%

R = 47.39%
G = 26.05%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF696B (or 0xBF696B) is known color: Turkish Rose. HEX triplet: BF, 69 and 6B. RGB value is (191,105,107). Sum of RGB (Red+Green+Blue) = 191+105+107=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF696B is #409694. Grayscale: #838383. Windows color (decimal): -4232853 or 7039423. OLE color: 7039423.

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

Color convert

RGB 191 105 107 -
CMYK 0 0.45 0.44 0.25
HSL 358.6º 0.4% 0.58% -
HSV(B) 358.6º 0.45% 0.75% -
XYZ 29.19 22.24 16.66 -
YUV 130.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 191 105 107 0 0.45 0.44 0.25 358.6 0.4 0.58
Hex BF 69 6B 0 2D 2C 19 167 28 3A
Octal 277 151 153 0 55 54 31 547 50 72
Binary 10111111 1101001 1101011 0 101101 101100 11001 101100111 101000 111010

Color Harmonies of #BF696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF696B

Black with #BF696B

Text Example


Text Example

White with #BF696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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