Html Css Color HEX #B27F80 Turkish Rose

📋 copy color: '#B27F80'

red 178 ◦ green 127 ◦ blue 128

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

Shades of Turkish Rose #B27F80

Tints of Turkish Rose #B27F80

RGB

 RED value IS 178 (69.92% from 255) = 41.11%

 GREEN value IS 127 (50% from 255) = 29.33%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 41.11%
G = 29.33%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B27F80 (or 0xB27F80) is known color: Turkish Rose. HEX triplet: B2, 7F and 80. RGB value is (178,127,128). Sum of RGB (Red+Green+Blue) = 178+127+128=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27F80 is #4D807F. Grayscale: #8E8E8E. Windows color (decimal): -5079168 or 8421298. OLE color: 8421298.

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

Color convert

RGB 178 127 128 -
CMYK 0 0.29 0.28 0.30
HSL 358.82º 0.25% 0.6% -
HSV(B) 358.82º 0.29% 0.7% -
XYZ 29.85 26.2 23.91 -
YUV 142.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 178 127 128 0 0.29 0.28 0.30 358.82 0.25 0.6
Hex B2 7F 80 0 1D 1C 1E 167 19 3C
Octal 262 177 200 0 35 34 36 547 31 74
Binary 10110010 1111111 10000000 0 11101 11100 11110 101100111 11001 111100

Color Harmonies of #B27F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27F80

Black with #B27F80

Text Example


Text Example

White with #B27F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27F80; }

 p { color: rgb(178,127,128); }

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

background-color css

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

 a { background-color: rgb(178,127,128); }

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

border-color css

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

 span { border-color: rgb(178,127,128); }

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