Html Css Color HEX #B5777A Turkish Rose

📋 copy color: '#B5777A'

red 181 ◦ green 119 ◦ blue 122

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

Shades of Turkish Rose #B5777A

Tints of Turkish Rose #B5777A

RGB

 RED value IS 181 (71.09% from 255) = 42.89%

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

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 42.89%
G = 28.2%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5777A (or 0xB5777A) is known color: Turkish Rose. HEX triplet: B5, 77 and 7A. RGB value is (181,119,122). Sum of RGB (Red+Green+Blue) = 181+119+122=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5777A is #4A8885. Grayscale: #898989. Windows color (decimal): -4884614 or 8026037. OLE color: 8026037.

HSL color Cylindrical-coordinate representation of color #B5777A: hue angle of 357.1º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5777A is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 122 -
CMYK 0 0.34 0.33 0.29
HSL 357.1º 0.3% 0.59% -
HSV(B) 357.1º 0.34% 0.71% -
XYZ 29.17 24.42 21.59 -
YUV 137.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 181 119 122 0 0.34 0.33 0.29 357.1 0.3 0.59
Hex B5 77 7A 0 22 21 1D 165 1E 3B
Octal 265 167 172 0 42 41 35 545 36 73
Binary 10110101 1110111 1111010 0 100010 100001 11101 101100101 11110 111011

Color Harmonies of #B5777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5777A

Black with #B5777A

Text Example


Text Example

White with #B5777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5777A; }

 p { color: rgb(181,119,122); }

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

background-color css

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

 a { background-color: rgb(181,119,122); }

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

border-color css

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

 span { border-color: rgb(181,119,122); }

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