Html Css Color HEX #B27178 Turkish Rose

📋 copy color: '#B27178'

red 178 ◦ green 113 ◦ blue 120

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

Shades of Turkish Rose #B27178

Tints of Turkish Rose #B27178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

 BLUE value IS 120 (47.27% from 255) = 29.2%

R = 43.31%
G = 27.49%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B27178 (or 0xB27178) is known color: Turkish Rose. HEX triplet: B2, 71 and 78. RGB value is (178,113,120). Sum of RGB (Red+Green+Blue) = 178+113+120=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B27178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27178 is #4D8E87. Grayscale: #858585. Windows color (decimal): -5082760 or 7893426. OLE color: 7893426.

HSL color Cylindrical-coordinate representation of color #B27178: hue angle of 353.54º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B27178 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 120 -
CMYK 0 0.37 0.33 0.30
HSL 353.54º 0.3% 0.57% -
HSV(B) 353.54º 0.37% 0.7% -
XYZ 27.66 22.63 20.68 -
YUV 133.23 120.53 159.93 -
System Red Green Blue C M Y K H S L
Decimal 178 113 120 0 0.37 0.33 0.30 353.54 0.3 0.57
Hex B2 71 78 0 25 21 1E 162 1E 39
Octal 262 161 170 0 45 41 36 542 36 71
Binary 10110010 1110001 1111000 0 100101 100001 11110 101100010 11110 111001

Color Harmonies of #B27178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27178

Black with #B27178

Text Example


Text Example

White with #B27178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27178; }

 p { color: rgb(178,113,120); }

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

background-color css

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

 a { background-color: rgb(178,113,120); }

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

border-color css

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

 span { border-color: rgb(178,113,120); }

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