Html Css Color HEX #B26271 Turkish Rose

📋 copy color: '#B26271'

red 178 ◦ green 98 ◦ blue 113

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

Shades of Turkish Rose #B26271

Tints of Turkish Rose #B26271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.19%

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

R = 45.76%
G = 25.19%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26271 (or 0xB26271) is known color: Turkish Rose. HEX triplet: B2, 62 and 71. RGB value is (178,98,113). Sum of RGB (Red+Green+Blue) = 178+98+113=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B26271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26271 is #4D9D8E. Grayscale: #7B7B7B. Windows color (decimal): -5086607 or 7430834. OLE color: 7430834.

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

Color convert

RGB 178 98 113 -
CMYK 0 0.45 0.37 0.30
HSL 348.75º 0.34% 0.54% -
HSV(B) 348.75º 0.45% 0.7% -
XYZ 25.71 19.39 18.01 -
YUV 123.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 178 98 113 0 0.45 0.37 0.30 348.75 0.34 0.54
Hex B2 62 71 0 2D 25 1E 15D 22 36
Octal 262 142 161 0 55 45 36 535 42 66
Binary 10110010 1100010 1110001 0 101101 100101 11110 101011101 100010 110110

Color Harmonies of #B26271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26271

Black with #B26271

Text Example


Text Example

White with #B26271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26271; }

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

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

background-color css

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

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

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

border-color css

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

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

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