Html Css Color HEX #B96B6C Turkish Rose

📋 copy color: '#B96B6C'

red 185 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #B96B6C

Tints of Turkish Rose #B96B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.75%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 46.25%
G = 26.75%
B = 27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B96B6C (or 0xB96B6C) is known color: Turkish Rose. HEX triplet: B9, 6B and 6C. RGB value is (185,107,108). Sum of RGB (Red+Green+Blue) = 185+107+108=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B6C is #469493. Grayscale: #828282. Windows color (decimal): -4625556 or 7105465. OLE color: 7105465.

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

Color convert

RGB 185 107 108 -
CMYK 0 0.42 0.42 0.27
HSL 359.23º 0.36% 0.57% -
HSV(B) 359.23º 0.42% 0.73% -
XYZ 27.97 21.91 16.94 -
YUV 130.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 185 107 108 0 0.42 0.42 0.27 359.23 0.36 0.57
Hex B9 6B 6C 0 2A 2A 1B 167 24 39
Octal 271 153 154 0 52 52 33 547 44 71
Binary 10111001 1101011 1101100 0 101010 101010 11011 101100111 100100 111001

Color Harmonies of #B96B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B6C

Black with #B96B6C

Text Example


Text Example

White with #B96B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B6C; }

 p { color: rgb(185,107,108); }

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

background-color css

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

 a { background-color: rgb(185,107,108); }

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

border-color css

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

 span { border-color: rgb(185,107,108); }

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