Html Css Color HEX #B26770 Turkish Rose

📋 copy color: '#B26770'

red 178 ◦ green 103 ◦ blue 112

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

Shades of Turkish Rose #B26770

Tints of Turkish Rose #B26770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 45.29%
G = 26.21%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26770 (or 0xB26770) is known color: Turkish Rose. HEX triplet: B2, 67 and 70. RGB value is (178,103,112). Sum of RGB (Red+Green+Blue) = 178+103+112=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B26770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26770 is #4D988F. Grayscale: #7E7E7E. Windows color (decimal): -5085328 or 7366578. OLE color: 7366578.

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

Color convert

RGB 178 103 112 -
CMYK 0 0.42 0.37 0.30
HSL 352.8º 0.33% 0.55% -
HSV(B) 352.8º 0.42% 0.7% -
XYZ 26.13 20.34 17.88 -
YUV 126.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 178 103 112 0 0.42 0.37 0.30 352.8 0.33 0.55
Hex B2 67 70 0 2A 25 1E 161 21 37
Octal 262 147 160 0 52 45 36 541 41 67
Binary 10110010 1100111 1110000 0 101010 100101 11110 101100001 100001 110111

Color Harmonies of #B26770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26770

Black with #B26770

Text Example


Text Example

White with #B26770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26770; }

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

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

background-color css

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

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

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

border-color css

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

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

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