Html Css Color HEX #B47478 Turkish Rose

📋 copy color: '#B47478'

red 180 ◦ green 116 ◦ blue 120

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

Shades of Turkish Rose #B47478

Tints of Turkish Rose #B47478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.88%

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 43.27%
G = 27.88%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B47478 (or 0xB47478) is known color: Turkish Rose. HEX triplet: B4, 74 and 78. RGB value is (180,116,120). Sum of RGB (Red+Green+Blue) = 180+116+120=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47478 is #4B8B87. Grayscale: #878787. Windows color (decimal): -4950920 or 7894196. OLE color: 7894196.

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

Color convert

RGB 180 116 120 -
CMYK 0 0.36 0.33 0.29
HSL 356.25º 0.3% 0.58% -
HSV(B) 356.25º 0.36% 0.71% -
XYZ 28.46 23.55 20.82 -
YUV 135.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 180 116 120 0 0.36 0.33 0.29 356.25 0.3 0.58
Hex B4 74 78 0 24 21 1D 164 1E 3A
Octal 264 164 170 0 44 41 35 544 36 72
Binary 10110100 1110100 1111000 0 100100 100001 11101 101100100 11110 111010

Color Harmonies of #B47478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47478

Black with #B47478

Text Example


Text Example

White with #B47478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47478; }

 p { color: rgb(180,116,120); }

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

background-color css

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

 a { background-color: rgb(180,116,120); }

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

border-color css

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

 span { border-color: rgb(180,116,120); }

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