Html Css Color HEX #BF6872 Turkish Rose

📋 copy color: '#BF6872'

red 191 ◦ green 104 ◦ blue 114

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

Shades of Turkish Rose #BF6872

Tints of Turkish Rose #BF6872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.43%

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

R = 46.7%
G = 25.43%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF6872 (or 0xBF6872) is known color: Turkish Rose. HEX triplet: BF, 68 and 72. RGB value is (191,104,114). Sum of RGB (Red+Green+Blue) = 191+104+114=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6872 is #40978D. Grayscale: #838383. Windows color (decimal): -4233102 or 7497919. OLE color: 7497919.

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

Color convert

RGB 191 104 114 -
CMYK 0 0.46 0.40 0.25
HSL 353.1º 0.4% 0.58% -
HSV(B) 353.1º 0.46% 0.75% -
XYZ 29.47 22.19 18.65 -
YUV 131.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 191 104 114 0 0.46 0.40 0.25 353.1 0.4 0.58
Hex BF 68 72 0 2E 28 19 161 28 3A
Octal 277 150 162 0 56 50 31 541 50 72
Binary 10111111 1101000 1110010 0 101110 101000 11001 101100001 101000 111010

Color Harmonies of #BF6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6872

Black with #BF6872

Text Example


Text Example

White with #BF6872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6872; }

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

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

background-color css

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

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

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

border-color css

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

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

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