#BD7678

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

Shades of Turkish Rose #BD7678

Tints of Turkish Rose #BD7678

Color information

#BD7678 (or 0xBD7678) is unknown color: approx Turkish Rose. HEX triplet: BD, 76 and 78. RGB value is (189,118,120). Sum of RGB (Red+Green+Blue) = 189+118+120=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7678 is #428987. Grayscale: #8B8B8B. Windows color (decimal): -4360584 or 7894717. OLE color: 7894717.

HSL color Cylindrical-coordinate representation of color #BD7678: hue angle of 358.31º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7678 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB189118120-
CMYK00.380.370.26
HSL358.31º34.98%60.2%-
HSV(B)358.31º37.57%74.12%-
XYZ30.8525.1320.99-
YUV139.46117.02163.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 118 (46.48% from 255) = 27.63%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=44.26%
G=27.63%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911812000.380.370.26358.3134.9860.2
HexBD7678026251A166233c
Octal27516617004645325464374
Binary1011110111101101111000010011010010111010101100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7678; }

 p { color: rgb(189,118,120); }

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

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

 a { background-color: rgb(189,118,120); }

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

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

 span { border-color: rgb(189,118,120); }

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