Html Css Color HEX #B47376 Turkish Rose

📋 copy color: '#B47376'

red 180 ◦ green 115 ◦ blue 118

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

Shades of Turkish Rose #B47376

Tints of Turkish Rose #B47376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 43.58%
G = 27.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B47376 (or 0xB47376) is known color: Turkish Rose. HEX triplet: B4, 73 and 76. RGB value is (180,115,118). Sum of RGB (Red+Green+Blue) = 180+115+118=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B47376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47376 is #4B8C89. Grayscale: #868686. Windows color (decimal): -4951178 or 7762868. OLE color: 7762868.

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

Color convert

RGB 180 115 118 -
CMYK 0 0.36 0.34 0.29
HSL 357.23º 0.3% 0.58% -
HSV(B) 357.23º 0.36% 0.71% -
XYZ 28.22 23.27 20.14 -
YUV 134.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 180 115 118 0 0.36 0.34 0.29 357.23 0.3 0.58
Hex B4 73 76 0 24 22 1D 165 1E 3A
Octal 264 163 166 0 44 42 35 545 36 72
Binary 10110100 1110011 1110110 0 100100 100010 11101 101100101 11110 111010

Color Harmonies of #B47376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47376

Black with #B47376

Text Example


Text Example

White with #B47376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47376; }

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

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

background-color css

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

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

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

border-color css

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

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

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