Html Css Color HEX #B0777B Turkish Rose

📋 copy color: '#B0777B'

red 176 ◦ green 119 ◦ blue 123

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

Shades of Turkish Rose #B0777B

Tints of Turkish Rose #B0777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.43%

R = 42.11%
G = 28.47%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0777B (or 0xB0777B) is known color: Turkish Rose. HEX triplet: B0, 77 and 7B. RGB value is (176,119,123). Sum of RGB (Red+Green+Blue) = 176+119+123=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0777B is #4F8884. Grayscale: #888888. Windows color (decimal): -5212293 or 8091568. OLE color: 8091568.

HSL color Cylindrical-coordinate representation of color #B0777B: hue angle of 355.79º 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 #B0777B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 123 -
CMYK 0 0.32 0.30 0.31
HSL 355.79º 0.27% 0.58% -
HSV(B) 355.79º 0.32% 0.69% -
XYZ 28.08 23.85 21.86 -
YUV 136.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 176 119 123 0 0.32 0.30 0.31 355.79 0.27 0.58
Hex B0 77 7B 0 20 1E 1F 164 1B 3A
Octal 260 167 173 0 40 36 37 544 33 72
Binary 10110000 1110111 1111011 0 100000 11110 11111 101100100 11011 111010

Color Harmonies of #B0777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0777B

Black with #B0777B

Text Example


Text Example

White with #B0777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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