Html Css Color HEX #B26471 Turkish Rose

📋 copy color: '#B26471'

red 178 ◦ green 100 ◦ blue 113

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

Shades of Turkish Rose #B26471

Tints of Turkish Rose #B26471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

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

R = 45.52%
G = 25.58%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26471 (or 0xB26471) is known color: Turkish Rose. HEX triplet: B2, 64 and 71. RGB value is (178,100,113). Sum of RGB (Red+Green+Blue) = 178+100+113=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26471 is #4D9B8E. Grayscale: #7C7C7C. Windows color (decimal): -5086095 or 7431346. OLE color: 7431346.

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

Color convert

RGB 178 100 113 -
CMYK 0 0.44 0.37 0.30
HSL 350º 0.34% 0.55% -
HSV(B) 350º 0.44% 0.7% -
XYZ 25.9 19.77 18.07 -
YUV 124.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 178 100 113 0 0.44 0.37 0.30 350 0.34 0.55
Hex B2 64 71 0 2C 25 1E 15E 22 37
Octal 262 144 161 0 54 45 36 536 42 67
Binary 10110010 1100100 1110001 0 101100 100101 11110 101011110 100010 110111

Color Harmonies of #B26471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26471

Black with #B26471

Text Example


Text Example

White with #B26471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26471; }

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

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

background-color css

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

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

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

border-color css

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

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

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