Html Css Color HEX #B96971 Turkish Rose

📋 copy color: '#B96971'

red 185 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #B96971

Tints of Turkish Rose #B96971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 45.91%
G = 26.05%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B96971 (or 0xB96971) is known color: Turkish Rose. HEX triplet: B9, 69 and 71. RGB value is (185,105,113). Sum of RGB (Red+Green+Blue) = 185+105+113=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B96971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96971 is #46968E. Grayscale: #818181. Windows color (decimal): -4626063 or 7432633. OLE color: 7432633.

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

Color convert

RGB 185 105 113 -
CMYK 0 0.43 0.39 0.27
HSL 354º 0.36% 0.57% -
HSV(B) 354º 0.43% 0.73% -
XYZ 28.04 21.61 18.32 -
YUV 129.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 185 105 113 0 0.43 0.39 0.27 354 0.36 0.57
Hex B9 69 71 0 2B 27 1B 162 24 39
Octal 271 151 161 0 53 47 33 542 44 71
Binary 10111001 1101001 1110001 0 101011 100111 11011 101100010 100100 111001

Color Harmonies of #B96971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96971

Black with #B96971

Text Example


Text Example

White with #B96971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96971; }

 p { color: rgb(185,105,113); }

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

background-color css

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

 a { background-color: rgb(185,105,113); }

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

border-color css

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

 span { border-color: rgb(185,105,113); }

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