Html Css Color HEX #BF6C74 Turkish Rose

📋 copy color: '#BF6C74'

red 191 ◦ green 108 ◦ blue 116

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

Shades of Turkish Rose #BF6C74

Tints of Turkish Rose #BF6C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

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

R = 46.02%
G = 26.02%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF6C74 (or 0xBF6C74) is known color: Turkish Rose. HEX triplet: BF, 6C and 74. RGB value is (191,108,116). Sum of RGB (Red+Green+Blue) = 191+108+116=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C74 is #40938B. Grayscale: #858585. Windows color (decimal): -4232076 or 7630015. OLE color: 7630015.

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

Color convert

RGB 191 108 116 -
CMYK 0 0.43 0.39 0.25
HSL 354.22º 0.39% 0.59% -
HSV(B) 354.22º 0.43% 0.75% -
XYZ 30 23.06 19.39 -
YUV 133.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 191 108 116 0 0.43 0.39 0.25 354.22 0.39 0.59
Hex BF 6C 74 0 2B 27 19 162 27 3B
Octal 277 154 164 0 53 47 31 542 47 73
Binary 10111111 1101100 1110100 0 101011 100111 11001 101100010 100111 111011

Color Harmonies of #BF6C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6C74

Black with #BF6C74

Text Example


Text Example

White with #BF6C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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