Html Css Color HEX #BF7072 Turkish Rose

📋 copy color: '#BF7072'

red 191 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #BF7072

Tints of Turkish Rose #BF7072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 45.8%
G = 26.86%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF7072 (or 0xBF7072) is known color: Turkish Rose. HEX triplet: BF, 70 and 72. RGB value is (191,112,114). Sum of RGB (Red+Green+Blue) = 191+112+114=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7072 is #408F8D. Grayscale: #878787. Windows color (decimal): -4231054 or 7499967. OLE color: 7499967.

HSL color Cylindrical-coordinate representation of color #BF7072: hue angle of 358.48º 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 #BF7072 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 114 -
CMYK 0 0.41 0.40 0.25
HSL 358.48º 0.38% 0.59% -
HSV(B) 358.48º 0.41% 0.75% -
XYZ 30.32 23.88 18.93 -
YUV 135.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 191 112 114 0 0.41 0.40 0.25 358.48 0.38 0.59
Hex BF 70 72 0 29 28 19 166 26 3B
Octal 277 160 162 0 51 50 31 546 46 73
Binary 10111111 1110000 1110010 0 101001 101000 11001 101100110 100110 111011

Color Harmonies of #BF7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7072

Black with #BF7072

Text Example


Text Example

White with #BF7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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