Html Css Color HEX #B97779 Turkish Rose

📋 copy color: '#B97779'

red 185 ◦ green 119 ◦ blue 121

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

Shades of Turkish Rose #B97779

Tints of Turkish Rose #B97779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28%

 BLUE value IS 121 (47.66% from 255) = 28.47%

R = 43.53%
G = 28%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B97779 (or 0xB97779) is known color: Turkish Rose. HEX triplet: B9, 77 and 79. RGB value is (185,119,121). Sum of RGB (Red+Green+Blue) = 185+119+121=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B97779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97779 is #468886. Grayscale: #8B8B8B. Windows color (decimal): -4622471 or 7960505. OLE color: 7960505.

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

Color convert

RGB 185 119 121 -
CMYK 0 0.36 0.35 0.27
HSL 358.18º 0.32% 0.6% -
HSV(B) 358.18º 0.36% 0.73% -
XYZ 30.06 24.89 21.31 -
YUV 138.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 185 119 121 0 0.36 0.35 0.27 358.18 0.32 0.6
Hex B9 77 79 0 24 23 1B 166 20 3C
Octal 271 167 171 0 44 43 33 546 40 74
Binary 10111001 1110111 1111001 0 100100 100011 11011 101100110 100000 111100

Color Harmonies of #B97779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97779

Black with #B97779

Text Example


Text Example

White with #B97779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97779; }

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

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

background-color css

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

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

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

border-color css

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

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

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