Html Css Color HEX #BE676A Turkish Rose

📋 copy color: '#BE676A'

red 190 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #BE676A

Tints of Turkish Rose #BE676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.81%

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

R = 47.62%
G = 25.81%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE676A (or 0xBE676A) is known color: Turkish Rose. HEX triplet: BE, 67 and 6A. RGB value is (190,103,106). Sum of RGB (Red+Green+Blue) = 190+103+106=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE676A is #419895. Grayscale: #818181. Windows color (decimal): -4298902 or 6973374. OLE color: 6973374.

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

Color convert

RGB 190 103 106 -
CMYK 0 0.46 0.44 0.25
HSL 357.93º 0.4% 0.57% -
HSV(B) 357.93º 0.46% 0.75% -
XYZ 28.69 21.69 16.31 -
YUV 129.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 190 103 106 0 0.46 0.44 0.25 357.93 0.4 0.57
Hex BE 67 6A 0 2E 2C 19 166 28 39
Octal 276 147 152 0 56 54 31 546 50 71
Binary 10111110 1100111 1101010 0 101110 101100 11001 101100110 101000 111001

Color Harmonies of #BE676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE676A

Black with #BE676A

Text Example


Text Example

White with #BE676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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