Html Css Color HEX #B96774 Turkish Rose

📋 copy color: '#B96774'

red 185 ◦ green 103 ◦ blue 116

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

Shades of Turkish Rose #B96774

Tints of Turkish Rose #B96774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.71%

R = 45.79%
G = 25.5%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B96774 (or 0xB96774) is known color: Turkish Rose. HEX triplet: B9, 67 and 74. RGB value is (185,103,116). Sum of RGB (Red+Green+Blue) = 185+103+116=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96774 is #46988B. Grayscale: #818181. Windows color (decimal): -4626572 or 7628729. OLE color: 7628729.

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

Color convert

RGB 185 103 116 -
CMYK 0 0.44 0.37 0.27
HSL 350.49º 0.37% 0.56% -
HSV(B) 350.49º 0.44% 0.73% -
XYZ 28.01 21.28 19.15 -
YUV 129 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 185 103 116 0 0.44 0.37 0.27 350.49 0.37 0.56
Hex B9 67 74 0 2C 25 1B 15E 25 38
Octal 271 147 164 0 54 45 33 536 45 70
Binary 10111001 1100111 1110100 0 101100 100101 11011 101011110 100101 111000

Color Harmonies of #B96774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96774

Black with #B96774

Text Example


Text Example

White with #B96774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96774; }

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

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

background-color css

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

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

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

border-color css

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

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

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