Html Css Color HEX #B37778 Turkish Rose

📋 copy color: '#B37778'

red 179 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #B37778

Tints of Turkish Rose #B37778

RGB

 RED value IS 179 (70.31% from 255) = 42.82%

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

 BLUE value IS 120 (47.27% from 255) = 28.71%

R = 42.82%
G = 28.47%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B37778 (or 0xB37778) is known color: Turkish Rose. HEX triplet: B3, 77 and 78. RGB value is (179,119,120). Sum of RGB (Red+Green+Blue) = 179+119+120=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B37778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37778 is #4C8887. Grayscale: #898989. Windows color (decimal): -5015688 or 7894963. OLE color: 7894963.

HSL color Cylindrical-coordinate representation of color #B37778: hue angle of 359º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37778 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 119 120 -
CMYK 0 0.34 0.33 0.30
HSL 359º 0.28% 0.58% -
HSV(B) 359º 0.34% 0.7% -
XYZ 28.58 24.13 20.92 -
YUV 137.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 179 119 120 0 0.34 0.33 0.30 359 0.28 0.58
Hex B3 77 78 0 22 21 1E 167 1C 3A
Octal 263 167 170 0 42 41 36 547 34 72
Binary 10110011 1110111 1111000 0 100010 100001 11110 101100111 11100 111010

Color Harmonies of #B37778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37778

Black with #B37778

Text Example


Text Example

White with #B37778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37778; }

 p { color: rgb(179,119,120); }

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

background-color css

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

 a { background-color: rgb(179,119,120); }

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

border-color css

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

 span { border-color: rgb(179,119,120); }

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