Html Css Color HEX #BF7071 Turkish Rose

📋 copy color: '#BF7071'

red 191 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #BF7071

Tints of Turkish Rose #BF7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 45.91%
G = 26.92%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF7071 (or 0xBF7071) is known color: Turkish Rose. HEX triplet: BF, 70 and 71. RGB value is (191,112,113). Sum of RGB (Red+Green+Blue) = 191+112+113=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7071 is #408F8E. Grayscale: #878787. Windows color (decimal): -4231055 or 7434431. OLE color: 7434431.

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

Color convert

RGB 191 112 113 -
CMYK 0 0.41 0.41 0.25
HSL 359.24º 0.38% 0.59% -
HSV(B) 359.24º 0.41% 0.75% -
XYZ 30.26 23.86 18.63 -
YUV 135.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 191 112 113 0 0.41 0.41 0.25 359.24 0.38 0.59
Hex BF 70 71 0 29 29 19 167 26 3B
Octal 277 160 161 0 51 51 31 547 46 73
Binary 10111111 1110000 1110001 0 101001 101001 11001 101100111 100110 111011

Color Harmonies of #BF7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7071

Black with #BF7071

Text Example


Text Example

White with #BF7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7071; }

 p { color: rgb(191,112,113); }

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

background-color css

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

 a { background-color: rgb(191,112,113); }

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

border-color css

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

 span { border-color: rgb(191,112,113); }

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