Html Css Color HEX #B46771 Turkish Rose

📋 copy color: '#B46771'

red 180 ◦ green 103 ◦ blue 113

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

Shades of Turkish Rose #B46771

Tints of Turkish Rose #B46771

RGB

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

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

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

R = 45.45%
G = 26.01%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B46771 (or 0xB46771) is known color: Turkish Rose. HEX triplet: B4, 67 and 71. RGB value is (180,103,113). Sum of RGB (Red+Green+Blue) = 180+103+113=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B46771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46771 is #4B988E. Grayscale: #7F7F7F. Windows color (decimal): -4954255 or 7432116. OLE color: 7432116.

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

Color convert

RGB 180 103 113 -
CMYK 0 0.43 0.37 0.29
HSL 352.21º 0.34% 0.55% -
HSV(B) 352.21º 0.43% 0.71% -
XYZ 26.65 20.6 18.19 -
YUV 127.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 180 103 113 0 0.43 0.37 0.29 352.21 0.34 0.55
Hex B4 67 71 0 2B 25 1D 160 22 37
Octal 264 147 161 0 53 45 35 540 42 67
Binary 10110100 1100111 1110001 0 101011 100101 11101 101100000 100010 110111

Color Harmonies of #B46771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46771

Black with #B46771

Text Example


Text Example

White with #B46771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46771; }

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

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

background-color css

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

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

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

border-color css

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

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

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