Html Css Color HEX #B47175 Turkish Rose

📋 copy color: '#B47175'

red 180 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #B47175

Tints of Turkish Rose #B47175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 43.9%
G = 27.56%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B47175 (or 0xB47175) is known color: Turkish Rose. HEX triplet: B4, 71 and 75. RGB value is (180,113,117). Sum of RGB (Red+Green+Blue) = 180+113+117=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47175 is #4B8E8A. Grayscale: #858585. Windows color (decimal): -4951691 or 7696820. OLE color: 7696820.

HSL color Cylindrical-coordinate representation of color #B47175: hue angle of 356.42º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B47175 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 113 117 -
CMYK 0 0.37 0.35 0.29
HSL 356.42º 0.31% 0.57% -
HSV(B) 356.42º 0.37% 0.71% -
XYZ 27.94 22.8 19.76 -
YUV 133.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 180 113 117 0 0.37 0.35 0.29 356.42 0.31 0.57
Hex B4 71 75 0 25 23 1D 164 1F 39
Octal 264 161 165 0 45 43 35 544 37 71
Binary 10110100 1110001 1110101 0 100101 100011 11101 101100100 11111 111001

Color Harmonies of #B47175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47175

Black with #B47175

Text Example


Text Example

White with #B47175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47175; }

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

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

background-color css

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

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

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

border-color css

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

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

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