Html Css Color HEX #B46670 Turkish Rose

📋 copy color: '#B46670'

red 180 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #B46670

Tints of Turkish Rose #B46670

RGB

 RED value IS 180 (70.7% from 255) = 45.69%

 GREEN value IS 102 (40.23% from 255) = 25.89%

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 45.69%
G = 25.89%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B46670 (or 0xB46670) is known color: Turkish Rose. HEX triplet: B4, 66 and 70. RGB value is (180,102,112). Sum of RGB (Red+Green+Blue) = 180+102+112=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B46670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46670 is #4B998F. Grayscale: #7E7E7E. Windows color (decimal): -4954512 or 7366324. OLE color: 7366324.

HSL color Cylindrical-coordinate representation of color #B46670: hue angle of 352.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46670 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 112 -
CMYK 0 0.43 0.38 0.29
HSL 352.31º 0.34% 0.55% -
HSV(B) 352.31º 0.43% 0.71% -
XYZ 26.5 20.38 17.87 -
YUV 126.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 180 102 112 0 0.43 0.38 0.29 352.31 0.34 0.55
Hex B4 66 70 0 2B 26 1D 160 22 37
Octal 264 146 160 0 53 46 35 540 42 67
Binary 10110100 1100110 1110000 0 101011 100110 11101 101100000 100010 110111

Color Harmonies of #B46670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46670

Black with #B46670

Text Example


Text Example

White with #B46670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46670; }

 p { color: rgb(180,102,112); }

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

background-color css

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

 a { background-color: rgb(180,102,112); }

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

border-color css

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

 span { border-color: rgb(180,102,112); }

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