Html Css Color HEX #B47275 Turkish Rose

📋 copy color: '#B47275'

red 180 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #B47275

Tints of Turkish Rose #B47275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.74%

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

R = 43.8%
G = 27.74%
B = 28.47%

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

#B47275 (or 0xB47275) is known color: Turkish Rose. HEX triplet: B4, 72 and 75. RGB value is (180,114,117). Sum of RGB (Red+Green+Blue) = 180+114+117=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B47275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47275 is #4B8D8A. Grayscale: #868686. Windows color (decimal): -4951435 or 7697076. OLE color: 7697076.

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

Color convert

RGB 180 114 117 -
CMYK 0 0.37 0.35 0.29
HSL 357.27º 0.31% 0.58% -
HSV(B) 357.27º 0.37% 0.71% -
XYZ 28.05 23.02 19.79 -
YUV 134.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 180 114 117 0 0.37 0.35 0.29 357.27 0.31 0.58
Hex B4 72 75 0 25 23 1D 165 1F 3A
Octal 264 162 165 0 45 43 35 545 37 72
Binary 10110100 1110010 1110101 0 100101 100011 11101 101100101 11111 111010

Color Harmonies of #B47275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47275

Black with #B47275

Text Example


Text Example

White with #B47275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47275; }

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

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

background-color css

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

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

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

border-color css

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

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

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