Html Css Color HEX #B9797C Turkish Rose

📋 copy color: '#B9797C'

red 185 ◦ green 121 ◦ blue 124

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

Shades of Turkish Rose #B9797C

Tints of Turkish Rose #B9797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 43.02%
G = 28.14%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9797C (or 0xB9797C) is known color: Turkish Rose. HEX triplet: B9, 79 and 7C. RGB value is (185,121,124). Sum of RGB (Red+Green+Blue) = 185+121+124=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B9797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9797C is #468683. Grayscale: #8C8C8C. Windows color (decimal): -4621956 or 8157625. OLE color: 8157625.

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

Color convert

RGB 185 121 124 -
CMYK 0 0.35 0.33 0.27
HSL 357.19º 0.31% 0.6% -
HSV(B) 357.19º 0.35% 0.73% -
XYZ 30.48 25.44 22.37 -
YUV 140.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 185 121 124 0 0.35 0.33 0.27 357.19 0.31 0.6
Hex B9 79 7C 0 23 21 1B 165 1F 3C
Octal 271 171 174 0 43 41 33 545 37 74
Binary 10111001 1111001 1111100 0 100011 100001 11011 101100101 11111 111100

Color Harmonies of #B9797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9797C

Black with #B9797C

Text Example


Text Example

White with #B9797C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9797C; }

 p { color: rgb(185,121,124); }

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

background-color css

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

 a { background-color: rgb(185,121,124); }

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

border-color css

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

 span { border-color: rgb(185,121,124); }

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