Html Css Color HEX #B96470 Turkish Rose

📋 copy color: '#B96470'

red 185 ◦ green 100 ◦ blue 112

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

Shades of Turkish Rose #B96470

Tints of Turkish Rose #B96470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.19%

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

R = 46.6%
G = 25.19%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B96470 (or 0xB96470) is known color: Turkish Rose. HEX triplet: B9, 64 and 70. RGB value is (185,100,112). Sum of RGB (Red+Green+Blue) = 185+100+112=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B96470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96470 is #469B8F. Grayscale: #7E7E7E. Windows color (decimal): -4627344 or 7365817. OLE color: 7365817.

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

Color convert

RGB 185 100 112 -
CMYK 0 0.46 0.39 0.27
HSL 351.53º 0.38% 0.56% -
HSV(B) 351.53º 0.46% 0.73% -
XYZ 27.49 20.6 17.86 -
YUV 126.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 185 100 112 0 0.46 0.39 0.27 351.53 0.38 0.56
Hex B9 64 70 0 2E 27 1B 160 26 38
Octal 271 144 160 0 56 47 33 540 46 70
Binary 10111001 1100100 1110000 0 101110 100111 11011 101100000 100110 111000

Color Harmonies of #B96470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96470

Black with #B96470

Text Example


Text Example

White with #B96470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96470; }

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

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

background-color css

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

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

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

border-color css

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

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

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