Html Css Color HEX #B26E77 Turkish Rose

📋 copy color: '#B26E77'

red 178 ◦ green 110 ◦ blue 119

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

Shades of Turkish Rose #B26E77

Tints of Turkish Rose #B26E77

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 119 (46.88% from 255) = 29.24%

R = 43.73%
G = 27.03%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B26E77 (or 0xB26E77) is known color: Turkish Rose. HEX triplet: B2, 6E and 77. RGB value is (178,110,119). Sum of RGB (Red+Green+Blue) = 178+110+119=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E77 is #4D9188. Grayscale: #838383. Windows color (decimal): -5083529 or 7827122. OLE color: 7827122.

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

Color convert

RGB 178 110 119 -
CMYK 0 0.38 0.33 0.30
HSL 352.06º 0.31% 0.56% -
HSV(B) 352.06º 0.38% 0.7% -
XYZ 27.27 21.95 20.25 -
YUV 131.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 178 110 119 0 0.38 0.33 0.30 352.06 0.31 0.56
Hex B2 6E 77 0 26 21 1E 160 1F 38
Octal 262 156 167 0 46 41 36 540 37 70
Binary 10110010 1101110 1110111 0 100110 100001 11110 101100000 11111 111000

Color Harmonies of #B26E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E77

Black with #B26E77

Text Example


Text Example

White with #B26E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E77; }

 p { color: rgb(178,110,119); }

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

background-color css

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

 a { background-color: rgb(178,110,119); }

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

border-color css

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

 span { border-color: rgb(178,110,119); }

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