Html Css Color HEX #B5767C Turkish Rose

📋 copy color: '#B5767C'

red 181 ◦ green 118 ◦ blue 124

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

Shades of Turkish Rose #B5767C

Tints of Turkish Rose #B5767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.9%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 42.79%
G = 27.9%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5767C (or 0xB5767C) is known color: Turkish Rose. HEX triplet: B5, 76 and 7C. RGB value is (181,118,124). Sum of RGB (Red+Green+Blue) = 181+118+124=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5767C is #4A8983. Grayscale: #898989. Windows color (decimal): -4884868 or 8156853. OLE color: 8156853.

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

Color convert

RGB 181 118 124 -
CMYK 0 0.35 0.31 0.29
HSL 354.29º 0.3% 0.59% -
HSV(B) 354.29º 0.35% 0.71% -
XYZ 29.17 24.24 22.21 -
YUV 137.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 181 118 124 0 0.35 0.31 0.29 354.29 0.3 0.59
Hex B5 76 7C 0 23 1F 1D 162 1E 3B
Octal 265 166 174 0 43 37 35 542 36 73
Binary 10110101 1110110 1111100 0 100011 11111 11101 101100010 11110 111011

Color Harmonies of #B5767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5767C

Black with #B5767C

Text Example


Text Example

White with #B5767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5767C; }

 p { color: rgb(181,118,124); }

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

background-color css

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

 a { background-color: rgb(181,118,124); }

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

border-color css

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

 span { border-color: rgb(181,118,124); }

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