Html Css Color HEX #B96870 Turkish Rose

📋 copy color: '#B96870'

red 185 ◦ green 104 ◦ blue 112

#B96870
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #B96870

Tints of Turkish Rose #B96870

RGB

 RED value IS 185 (72.66% from 255) = 46.13%

 GREEN value IS 104 (41.02% from 255) = 25.94%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 46.13%
G = 25.94%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B96870 (or 0xB96870) is known color: Turkish Rose. HEX triplet: B9, 68 and 70. RGB value is (185,104,112). Sum of RGB (Red+Green+Blue) = 185+104+112=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B96870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96870 is #46978F. Grayscale: #818181. Windows color (decimal): -4626320 or 7366841. OLE color: 7366841.

HSL color Cylindrical-coordinate representation of color #B96870: hue angle of 354.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96870 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 112 -
CMYK 0 0.44 0.39 0.27
HSL 354.07º 0.37% 0.57% -
HSV(B) 354.07º 0.44% 0.73% -
XYZ 27.88 21.38 17.99 -
YUV 129.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 185 104 112 0 0.44 0.39 0.27 354.07 0.37 0.57
Hex B9 68 70 0 2C 27 1B 162 25 39
Octal 271 150 160 0 54 47 33 542 45 71
Binary 10111001 1101000 1110000 0 101100 100111 11011 101100010 100101 111001

Color Harmonies of #B96870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96870

Black with #B96870

Text Example


Text Example

White with #B96870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96870; }

 p { color: rgb(185,104,112); }

 H1.HeaderClassName
 {
   color: #B96870;
 }
 .AnyTagClassName
 {
   color: #B96870;
 }
</style>

background-color css

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

 a { background-color: rgb(185,104,112); }

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

border-color css

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

 span { border-color: rgb(185,104,112); }

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