Html Css Color HEX #BE696A Turkish Rose

📋 copy color: '#BE696A'

red 190 ◦ green 105 ◦ blue 106

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

Shades of Turkish Rose #BE696A

Tints of Turkish Rose #BE696A

RGB

 RED value IS 190 (74.61% from 255) = 47.38%

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 47.38%
G = 26.18%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE696A (or 0xBE696A) is known color: Turkish Rose. HEX triplet: BE, 69 and 6A. RGB value is (190,105,106). Sum of RGB (Red+Green+Blue) = 190+105+106=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE696A is #419695. Grayscale: #828282. Windows color (decimal): -4298390 or 6973886. OLE color: 6973886.

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

Color convert

RGB 190 105 106 -
CMYK 0 0.45 0.44 0.25
HSL 359.29º 0.4% 0.58% -
HSV(B) 359.29º 0.45% 0.75% -
XYZ 28.89 22.09 16.38 -
YUV 130.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 190 105 106 0 0.45 0.44 0.25 359.29 0.4 0.58
Hex BE 69 6A 0 2D 2C 19 167 28 3A
Octal 276 151 152 0 55 54 31 547 50 72
Binary 10111110 1101001 1101010 0 101101 101100 11001 101100111 101000 111010

Color Harmonies of #BE696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE696A

Black with #BE696A

Text Example


Text Example

White with #BE696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE696A; }

 p { color: rgb(190,105,106); }

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

background-color css

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

 a { background-color: rgb(190,105,106); }

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

border-color css

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

 span { border-color: rgb(190,105,106); }

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