Html Css Color HEX #BF6A6B Turkish Rose

📋 copy color: '#BF6A6B'

red 191 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #BF6A6B

Tints of Turkish Rose #BF6A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.24%

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

R = 47.28%
G = 26.24%
B = 26.49%

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

#BF6A6B (or 0xBF6A6B) is known color: Turkish Rose. HEX triplet: BF, 6A and 6B. RGB value is (191,106,107). Sum of RGB (Red+Green+Blue) = 191+106+107=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A6B is #409594. Grayscale: #838383. Windows color (decimal): -4232597 or 7039679. OLE color: 7039679.

HSL color Cylindrical-coordinate representation of color #BF6A6B: 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.45%. Process color model (Four color, CMYK) of #BF6A6B is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 106 107 -
CMYK 0 0.45 0.44 0.25
HSL 359.29º 0.4% 0.58% -
HSV(B) 359.29º 0.45% 0.75% -
XYZ 29.29 22.45 16.7 -
YUV 131.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 191 106 107 0 0.45 0.44 0.25 359.29 0.4 0.58
Hex BF 6A 6B 0 2D 2C 19 167 28 3A
Octal 277 152 153 0 55 54 31 547 50 72
Binary 10111111 1101010 1101011 0 101101 101100 11001 101100111 101000 111010

Color Harmonies of #BF6A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6A6B

Black with #BF6A6B

Text Example


Text Example

White with #BF6A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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