#B8787A

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

Shades of Turkish Rose #B8787A

Tints of Turkish Rose #B8787A

Color information

#B8787A (or 0xB8787A) is unknown color: approx Turkish Rose. HEX triplet: B8, 78 and 7A. RGB value is (184,120,122). Sum of RGB (Red+Green+Blue) = 184+120+122=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8787A is #478785. Grayscale: #8B8B8B. Windows color (decimal): -4687750 or 8026296. OLE color: 8026296.

HSL color Cylindrical-coordinate representation of color #B8787A: hue angle of 358.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8787A is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB184120122-
CMYK00.350.340.28
HSL358.12º31.07%59.61%-
HSV(B)358.12º34.78%72.16%-
XYZ3025.0321.66-
YUV139.36118.2159.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=43.19%
G=28.17%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412012200.350.340.28358.1231.0759.61
HexB8787A023221C1661f3c
Octal27017017204342345463774
Binary101110001111000111101001000111000101110010110011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8787A; }

 p { color: rgb(184,120,122); }

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

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

 a { background-color: rgb(184,120,122); }

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

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

 span { border-color: rgb(184,120,122); }

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