Html Css Color HEX #B96773 Turkish Rose

📋 copy color: '#B96773'

red 185 ◦ green 103 ◦ blue 115

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

Shades of Turkish Rose #B96773

Tints of Turkish Rose #B96773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.54%

R = 45.91%
G = 25.56%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B96773 (or 0xB96773) is known color: Turkish Rose. HEX triplet: B9, 67 and 73. RGB value is (185,103,115). Sum of RGB (Red+Green+Blue) = 185+103+115=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B96773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96773 is #46988C. Grayscale: #808080. Windows color (decimal): -4626573 or 7563193. OLE color: 7563193.

HSL color Cylindrical-coordinate representation of color #B96773: hue angle of 351.22º 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 #B96773 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 115 -
CMYK 0 0.44 0.38 0.27
HSL 351.22º 0.37% 0.56% -
HSV(B) 351.22º 0.44% 0.73% -
XYZ 27.95 21.25 18.85 -
YUV 128.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 185 103 115 0 0.44 0.38 0.27 351.22 0.37 0.56
Hex B9 67 73 0 2C 26 1B 15F 25 38
Octal 271 147 163 0 54 46 33 537 45 70
Binary 10111001 1100111 1110011 0 101100 100110 11011 101011111 100101 111000

Color Harmonies of #B96773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96773

Black with #B96773

Text Example


Text Example

White with #B96773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96773; }

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

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

background-color css

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

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

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

border-color css

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

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

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