Html Css Color HEX #BF6F74 Turkish Rose

📋 copy color: '#BF6F74'

red 191 ◦ green 111 ◦ blue 116

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

Shades of Turkish Rose #BF6F74

Tints of Turkish Rose #BF6F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.56%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 45.69%
G = 26.56%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF6F74 (or 0xBF6F74) is known color: Turkish Rose. HEX triplet: BF, 6F and 74. RGB value is (191,111,116). Sum of RGB (Red+Green+Blue) = 191+111+116=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F74 is #40908B. Grayscale: #878787. Windows color (decimal): -4231308 or 7630783. OLE color: 7630783.

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

Color convert

RGB 191 111 116 -
CMYK 0 0.42 0.39 0.25
HSL 356.25º 0.38% 0.59% -
HSV(B) 356.25º 0.42% 0.75% -
XYZ 30.32 23.71 19.5 -
YUV 135.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 191 111 116 0 0.42 0.39 0.25 356.25 0.38 0.59
Hex BF 6F 74 0 2A 27 19 164 26 3B
Octal 277 157 164 0 52 47 31 544 46 73
Binary 10111111 1101111 1110100 0 101010 100111 11001 101100100 100110 111011

Color Harmonies of #BF6F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F74

Black with #BF6F74

Text Example


Text Example

White with #BF6F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F74; }

 p { color: rgb(191,111,116); }

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

background-color css

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

 a { background-color: rgb(191,111,116); }

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

border-color css

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

 span { border-color: rgb(191,111,116); }

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