Html Css Color HEX #B9696B Turkish Rose

📋 copy color: '#B9696B'

red 185 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #B9696B

Tints of Turkish Rose #B9696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 46.6%
G = 26.45%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9696B (or 0xB9696B) is known color: Turkish Rose. HEX triplet: B9, 69 and 6B. RGB value is (185,105,107). Sum of RGB (Red+Green+Blue) = 185+105+107=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9696B is #469694. Grayscale: #818181. Windows color (decimal): -4626069 or 7039417. OLE color: 7039417.

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

Color convert

RGB 185 105 107 -
CMYK 0 0.43 0.42 0.27
HSL 358.5º 0.36% 0.57% -
HSV(B) 358.5º 0.43% 0.73% -
XYZ 27.71 21.48 16.6 -
YUV 129.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 185 105 107 0 0.43 0.42 0.27 358.5 0.36 0.57
Hex B9 69 6B 0 2B 2A 1B 166 24 39
Octal 271 151 153 0 53 52 33 546 44 71
Binary 10111001 1101001 1101011 0 101011 101010 11011 101100110 100100 111001

Color Harmonies of #B9696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9696B

Black with #B9696B

Text Example


Text Example

White with #B9696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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