Html Css Color HEX #B26571 Turkish Rose

📋 copy color: '#B26571'

red 178 ◦ green 101 ◦ blue 113

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

Shades of Turkish Rose #B26571

Tints of Turkish Rose #B26571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 45.41%
G = 25.77%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26571 (or 0xB26571) is known color: Turkish Rose. HEX triplet: B2, 65 and 71. RGB value is (178,101,113). Sum of RGB (Red+Green+Blue) = 178+101+113=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B26571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26571 is #4D9A8E. Grayscale: #7D7D7D. Windows color (decimal): -5085839 or 7431602. OLE color: 7431602.

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

Color convert

RGB 178 101 113 -
CMYK 0 0.43 0.37 0.30
HSL 350.65º 0.33% 0.55% -
HSV(B) 350.65º 0.43% 0.7% -
XYZ 25.99 19.96 18.11 -
YUV 125.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 178 101 113 0 0.43 0.37 0.30 350.65 0.33 0.55
Hex B2 65 71 0 2B 25 1E 15F 21 37
Octal 262 145 161 0 53 45 36 537 41 67
Binary 10110010 1100101 1110001 0 101011 100101 11110 101011111 100001 110111

Color Harmonies of #B26571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26571

Black with #B26571

Text Example


Text Example

White with #B26571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26571; }

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

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

background-color css

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

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

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

border-color css

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

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

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