Html Css Color HEX #B46576 Turkish Rose

📋 copy color: '#B46576'

red 180 ◦ green 101 ◦ blue 118

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

Shades of Turkish Rose #B46576

Tints of Turkish Rose #B46576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 45.11%
G = 25.31%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B46576 (or 0xB46576) is known color: Turkish Rose. HEX triplet: B4, 65 and 76. RGB value is (180,101,118). Sum of RGB (Red+Green+Blue) = 180+101+118=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B46576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46576 is #4B9A89. Grayscale: #7E7E7E. Windows color (decimal): -4954762 or 7759284. OLE color: 7759284.

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

Color convert

RGB 180 101 118 -
CMYK 0 0.44 0.34 0.29
HSL 347.09º 0.34% 0.55% -
HSV(B) 347.09º 0.44% 0.71% -
XYZ 26.75 20.32 19.65 -
YUV 126.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 180 101 118 0 0.44 0.34 0.29 347.09 0.34 0.55
Hex B4 65 76 0 2C 22 1D 15B 22 37
Octal 264 145 166 0 54 42 35 533 42 67
Binary 10110100 1100101 1110110 0 101100 100010 11101 101011011 100010 110111

Color Harmonies of #B46576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46576

Black with #B46576

Text Example


Text Example

White with #B46576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46576; }

 p { color: rgb(180,101,118); }

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

background-color css

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

 a { background-color: rgb(180,101,118); }

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

border-color css

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

 span { border-color: rgb(180,101,118); }

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