Html Css Color HEX #BF6E75 Turkish Rose

📋 copy color: '#BF6E75'

red 191 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #BF6E75

Tints of Turkish Rose #BF6E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.32%

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 45.69%
G = 26.32%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF6E75 (or 0xBF6E75) is known color: Turkish Rose. HEX triplet: BF, 6E and 75. RGB value is (191,110,117). Sum of RGB (Red+Green+Blue) = 191+110+117=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6E75 is #40918A. Grayscale: #878787. Windows color (decimal): -4231563 or 7696063. OLE color: 7696063.

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

Color convert

RGB 191 110 117 -
CMYK 0 0.42 0.39 0.25
HSL 354.81º 0.39% 0.59% -
HSV(B) 354.81º 0.42% 0.75% -
XYZ 30.27 23.51 19.77 -
YUV 135.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 191 110 117 0 0.42 0.39 0.25 354.81 0.39 0.59
Hex BF 6E 75 0 2A 27 19 163 27 3B
Octal 277 156 165 0 52 47 31 543 47 73
Binary 10111111 1101110 1110101 0 101010 100111 11001 101100011 100111 111011

Color Harmonies of #BF6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E75

Black with #BF6E75

Text Example


Text Example

White with #BF6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E75; }

 p { color: rgb(191,110,117); }

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

background-color css

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

 a { background-color: rgb(191,110,117); }

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

border-color css

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

 span { border-color: rgb(191,110,117); }

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