Html Css Color HEX #BE6B72 Turkish Rose

📋 copy color: '#BE6B72'

red 190 ◦ green 107 ◦ blue 114

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

Shades of Turkish Rose #BE6B72

Tints of Turkish Rose #BE6B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.03%

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

R = 46.23%
G = 26.03%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE6B72 (or 0xBE6B72) is known color: Turkish Rose. HEX triplet: BE, 6B and 72. RGB value is (190,107,114). Sum of RGB (Red+Green+Blue) = 190+107+114=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B72 is #41948D. Grayscale: #848484. Windows color (decimal): -4297870 or 7498686. OLE color: 7498686.

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

Color convert

RGB 190 107 114 -
CMYK 0 0.44 0.40 0.25
HSL 354.94º 0.39% 0.58% -
HSV(B) 354.94º 0.44% 0.75% -
XYZ 29.53 22.68 18.74 -
YUV 132.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 190 107 114 0 0.44 0.40 0.25 354.94 0.39 0.58
Hex BE 6B 72 0 2C 28 19 163 27 3A
Octal 276 153 162 0 54 50 31 543 47 72
Binary 10111110 1101011 1110010 0 101100 101000 11001 101100011 100111 111010

Color Harmonies of #BE6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B72

Black with #BE6B72

Text Example


Text Example

White with #BE6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B72; }

 p { color: rgb(190,107,114); }

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

background-color css

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

 a { background-color: rgb(190,107,114); }

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

border-color css

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

 span { border-color: rgb(190,107,114); }

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