#B4676A

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

Shades of Turkish Rose #B4676A

Tints of Turkish Rose #B4676A

Color information

#B4676A (or 0xB4676A) is unknown color: approx Turkish Rose. HEX triplet: B4, 67 and 6A. RGB value is (180,103,106). Sum of RGB (Red+Green+Blue) = 180+103+106=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4676A is #4B9895. Grayscale: #7E7E7E. Windows color (decimal): -4954262 or 6973364. OLE color: 6973364.

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

Color convert

RGB180103106-
CMYK00.430.410.29
HSL357.66º33.92%55.49%-
HSV(B)357.66º42.78%70.59%-
XYZ26.2720.4416.2-
YUV126.36116.51166.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=46.27%
G=26.48%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010310600.430.410.29357.6633.9255.49
HexB4676A02B291D1662237
Octal26414715205351355464267
Binary1011010011001111101010010101110100111101101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4676A; }

 p { color: rgb(180,103,106); }

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

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

 a { background-color: rgb(180,103,106); }

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

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

 span { border-color: rgb(180,103,106); }

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