Html Css Color HEX #B07778 Turkish Rose

📋 copy color: '#B07778'

red 176 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #B07778

Tints of Turkish Rose #B07778

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

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

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

R = 42.41%
G = 28.67%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B07778 (or 0xB07778) is known color: Turkish Rose. HEX triplet: B0, 77 and 78. RGB value is (176,119,120). Sum of RGB (Red+Green+Blue) = 176+119+120=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B07778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07778 is #4F8887. Grayscale: #888888. Windows color (decimal): -5212296 or 7894960. OLE color: 7894960.

HSL color Cylindrical-coordinate representation of color #B07778: hue angle of 358.95º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07778 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 120 -
CMYK 0 0.32 0.32 0.31
HSL 358.95º 0.27% 0.58% -
HSV(B) 358.95º 0.32% 0.69% -
XYZ 27.89 23.78 20.89 -
YUV 136.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 176 119 120 0 0.32 0.32 0.31 358.95 0.27 0.58
Hex B0 77 78 0 20 20 1F 167 1B 3A
Octal 260 167 170 0 40 40 37 547 33 72
Binary 10110000 1110111 1111000 0 100000 100000 11111 101100111 11011 111010

Color Harmonies of #B07778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07778

Black with #B07778

Text Example


Text Example

White with #B07778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07778; }

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

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

background-color css

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

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

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

border-color css

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

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

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