Html Css Color HEX #B96E74 Turkish Rose

📋 copy color: '#B96E74'

red 185 ◦ green 110 ◦ blue 116

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

Shades of Turkish Rose #B96E74

Tints of Turkish Rose #B96E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.76%

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

R = 45.01%
G = 26.76%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B96E74 (or 0xB96E74) is known color: Turkish Rose. HEX triplet: B9, 6E and 74. RGB value is (185,110,116). Sum of RGB (Red+Green+Blue) = 185+110+116=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E74 is #46918B. Grayscale: #858585. Windows color (decimal): -4624780 or 7630521. OLE color: 7630521.

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

Color convert

RGB 185 110 116 -
CMYK 0 0.41 0.37 0.27
HSL 355.2º 0.35% 0.58% -
HSV(B) 355.2º 0.41% 0.73% -
XYZ 28.74 22.73 19.4 -
YUV 133.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 185 110 116 0 0.41 0.37 0.27 355.2 0.35 0.58
Hex B9 6E 74 0 29 25 1B 163 23 3A
Octal 271 156 164 0 51 45 33 543 43 72
Binary 10111001 1101110 1110100 0 101001 100101 11011 101100011 100011 111010

Color Harmonies of #B96E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E74

Black with #B96E74

Text Example


Text Example

White with #B96E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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