Html Css Color HEX #BF6B6C Turkish Rose

📋 copy color: '#BF6B6C'

red 191 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #BF6B6C

Tints of Turkish Rose #BF6B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 47.04%
G = 26.35%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF6B6C (or 0xBF6B6C) is known color: Turkish Rose. HEX triplet: BF, 6B and 6C. RGB value is (191,107,108). Sum of RGB (Red+Green+Blue) = 191+107+108=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B6C is #409493. Grayscale: #848484. Windows color (decimal): -4232340 or 7105471. OLE color: 7105471.

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

Color convert

RGB 191 107 108 -
CMYK 0 0.44 0.43 0.25
HSL 359.29º 0.4% 0.58% -
HSV(B) 359.29º 0.44% 0.75% -
XYZ 29.45 22.67 17.01 -
YUV 132.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 191 107 108 0 0.44 0.43 0.25 359.29 0.4 0.58
Hex BF 6B 6C 0 2C 2B 19 167 28 3A
Octal 277 153 154 0 54 53 31 547 50 72
Binary 10111111 1101011 1101100 0 101100 101011 11001 101100111 101000 111010

Color Harmonies of #BF6B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6B6C

Black with #BF6B6C

Text Example


Text Example

White with #BF6B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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