Html Css Color HEX #B27E7F Turkish Rose

📋 copy color: '#B27E7F'

red 178 ◦ green 126 ◦ blue 127

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

Shades of Turkish Rose #B27E7F

Tints of Turkish Rose #B27E7F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.23%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 41.3%
G = 29.23%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B27E7F (or 0xB27E7F) is known color: Turkish Rose. HEX triplet: B2, 7E and 7F. RGB value is (178,126,127). Sum of RGB (Red+Green+Blue) = 178+126+127=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27E7F is #4D8180. Grayscale: #8D8D8D. Windows color (decimal): -5079425 or 8355506. OLE color: 8355506.

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

Color convert

RGB 178 126 127 -
CMYK 0 0.29 0.29 0.30
HSL 358.85º 0.25% 0.6% -
HSV(B) 358.85º 0.29% 0.7% -
XYZ 29.65 25.92 23.52 -
YUV 141.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 178 126 127 0 0.29 0.29 0.30 358.85 0.25 0.6
Hex B2 7E 7F 0 1D 1D 1E 167 19 3C
Octal 262 176 177 0 35 35 36 547 31 74
Binary 10110010 1111110 1111111 0 11101 11101 11110 101100111 11001 111100

Color Harmonies of #B27E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27E7F

Black with #B27E7F

Text Example


Text Example

White with #B27E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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