#B4787B

Color #B4787B Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B4787B

Tints of Turkish Rose #B4787B

Color information

#B4787B (or 0xB4787B) is unknown color: approx Turkish Rose. HEX triplet: B4, 78 and 7B. RGB value is (180,120,123). Sum of RGB (Red+Green+Blue) = 180+120+123=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4787B is #4B8784. Grayscale: #8A8A8A. Windows color (decimal): -4949893 or 8091828. OLE color: 8091828.

HSL color Cylindrical-coordinate representation of color #B4787B: hue angle of 357º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4787B is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB180120123-
CMYK00.330.320.29
HSL357º28.57%58.82%-
HSV(B)357º33.33%70.59%-
XYZ29.1124.5721.95-
YUV138.28119.38157.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 120 (47.27% from 255) = 28.37%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=42.55%
G=28.37%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012012300.330.320.2935728.5758.82
HexB4787B021201D1651d3b
Octal26417017304140355453573
Binary101101001111000111101101000011000001110110110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4787B; }

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

 H1.HeaderClassName
 {
   color: #B4787B;
 }
 .AnyTagClassName
 {
   color: #B4787B;
 }
</style>
background-color css

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

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

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

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

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

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