Html Css Color HEX #B46471 Turkish Rose

📋 copy color: '#B46471'

red 180 ◦ green 100 ◦ blue 113

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

Shades of Turkish Rose #B46471

Tints of Turkish Rose #B46471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 45.8%
G = 25.45%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B46471 (or 0xB46471) is known color: Turkish Rose. HEX triplet: B4, 64 and 71. RGB value is (180,100,113). Sum of RGB (Red+Green+Blue) = 180+100+113=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46471 is #4B9B8E. Grayscale: #7D7D7D. Windows color (decimal): -4955023 or 7431348. OLE color: 7431348.

HSL color Cylindrical-coordinate representation of color #B46471: hue angle of 350.25º degrees, saturation: 0.35, 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 #B46471 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 113 -
CMYK 0 0.44 0.37 0.29
HSL 350.25º 0.35% 0.55% -
HSV(B) 350.25º 0.44% 0.71% -
XYZ 26.36 20.01 18.1 -
YUV 125.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 180 100 113 0 0.44 0.37 0.29 350.25 0.35 0.55
Hex B4 64 71 0 2C 25 1D 15E 23 37
Octal 264 144 161 0 54 45 35 536 43 67
Binary 10110100 1100100 1110001 0 101100 100101 11101 101011110 100011 110111

Color Harmonies of #B46471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46471

Black with #B46471

Text Example


Text Example

White with #B46471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46471; }

 p { color: rgb(180,100,113); }

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

background-color css

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

 a { background-color: rgb(180,100,113); }

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

border-color css

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

 span { border-color: rgb(180,100,113); }

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