Html Css Color HEX #BE7072 Turkish Rose

📋 copy color: '#BE7072'

red 190 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #BE7072

Tints of Turkish Rose #BE7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

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

R = 45.67%
G = 26.92%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE7072 (or 0xBE7072) is known color: Turkish Rose. HEX triplet: BE, 70 and 72. RGB value is (190,112,114). Sum of RGB (Red+Green+Blue) = 190+112+114=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7072 is #418F8D. Grayscale: #878787. Windows color (decimal): -4296590 or 7499966. OLE color: 7499966.

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

Color convert

RGB 190 112 114 -
CMYK 0 0.41 0.40 0.25
HSL 358.46º 0.38% 0.59% -
HSV(B) 358.46º 0.41% 0.75% -
XYZ 30.07 23.75 18.92 -
YUV 135.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 190 112 114 0 0.41 0.40 0.25 358.46 0.38 0.59
Hex BE 70 72 0 29 28 19 166 26 3B
Octal 276 160 162 0 51 50 31 546 46 73
Binary 10111110 1110000 1110010 0 101001 101000 11001 101100110 100110 111011

Color Harmonies of #BE7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7072

Black with #BE7072

Text Example


Text Example

White with #BE7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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