Html Css Color HEX #B26E70 Turkish Rose

📋 copy color: '#B26E70'

red 178 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #B26E70

Tints of Turkish Rose #B26E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28%

R = 44.5%
G = 27.5%
B = 28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26E70 (or 0xB26E70) is known color: Turkish Rose. HEX triplet: B2, 6E and 70. RGB value is (178,110,112). Sum of RGB (Red+Green+Blue) = 178+110+112=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E70 is #4D918F. Grayscale: #828282. Windows color (decimal): -5083536 or 7368370. OLE color: 7368370.

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

Color convert

RGB 178 110 112 -
CMYK 0 0.38 0.37 0.30
HSL 358.24º 0.31% 0.56% -
HSV(B) 358.24º 0.38% 0.7% -
XYZ 26.86 21.79 18.12 -
YUV 130.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 178 110 112 0 0.38 0.37 0.30 358.24 0.31 0.56
Hex B2 6E 70 0 26 25 1E 166 1F 38
Octal 262 156 160 0 46 45 36 546 37 70
Binary 10110010 1101110 1110000 0 100110 100101 11110 101100110 11111 111000

Color Harmonies of #B26E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E70

Black with #B26E70

Text Example


Text Example

White with #B26E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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