#B2636A

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

Shades of Turkish Rose #B2636A

Tints of Turkish Rose #B2636A

Color information

#B2636A (or 0xB2636A) is unknown color: approx Turkish Rose. HEX triplet: B2, 63 and 6A. RGB value is (178,99,106). Sum of RGB (Red+Green+Blue) = 178+99+106=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2636A is #4D9C95. Grayscale: #7B7B7B. Windows color (decimal): -5086358 or 6972338. OLE color: 6972338.

HSL color Cylindrical-coordinate representation of color #B2636A: hue angle of 354.68º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2636A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17899106-
CMYK00.440.400.30
HSL354.68º33.91%54.31%-
HSV(B)354.68º44.38%69.8%-
XYZ25.4219.4316.05-
YUV123.42118.17166.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=46.48%
G=25.85%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789910600.440.400.30354.6833.9154.31
HexB2636A02C281E1632236
Octal26214315205450365434266
Binary1011001011000111101010010110010100011110101100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2636A; }

 p { color: rgb(178,99,106); }

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

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

 a { background-color: rgb(178,99,106); }

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

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

 span { border-color: rgb(178,99,106); }

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