Html Css Color HEX #B96770 Turkish Rose

📋 copy color: '#B96770'

red 185 ◦ green 103 ◦ blue 112

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

Shades of Turkish Rose #B96770

Tints of Turkish Rose #B96770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

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

R = 46.25%
G = 25.75%
B = 28%

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

#B96770 (or 0xB96770) is known color: Turkish Rose. HEX triplet: B9, 67 and 70. RGB value is (185,103,112). Sum of RGB (Red+Green+Blue) = 185+103+112=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B96770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96770 is #46988F. Grayscale: #808080. Windows color (decimal): -4626576 or 7366585. OLE color: 7366585.

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

Color convert

RGB 185 103 112 -
CMYK 0 0.44 0.39 0.27
HSL 353.41º 0.37% 0.56% -
HSV(B) 353.41º 0.44% 0.73% -
XYZ 27.78 21.18 17.95 -
YUV 128.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 185 103 112 0 0.44 0.39 0.27 353.41 0.37 0.56
Hex B9 67 70 0 2C 27 1B 161 25 38
Octal 271 147 160 0 54 47 33 541 45 70
Binary 10111001 1100111 1110000 0 101100 100111 11011 101100001 100101 111000

Color Harmonies of #B96770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96770

Black with #B96770

Text Example


Text Example

White with #B96770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96770; }

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

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

background-color css

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

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

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

border-color css

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

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

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