Html Css Color HEX #B26871 Turkish Rose

📋 copy color: '#B26871'

red 178 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #B26871

Tints of Turkish Rose #B26871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

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

R = 45.06%
G = 26.33%
B = 28.61%

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

#B26871 (or 0xB26871) is known color: Turkish Rose. HEX triplet: B2, 68 and 71. RGB value is (178,104,113). Sum of RGB (Red+Green+Blue) = 178+104+113=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26871 is #4D978E. Grayscale: #7F7F7F. Windows color (decimal): -5085071 or 7432370. OLE color: 7432370.

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

Color convert

RGB 178 104 113 -
CMYK 0 0.42 0.37 0.30
HSL 352.7º 0.32% 0.55% -
HSV(B) 352.7º 0.42% 0.7% -
XYZ 26.29 20.56 18.21 -
YUV 127.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 178 104 113 0 0.42 0.37 0.30 352.7 0.32 0.55
Hex B2 68 71 0 2A 25 1E 161 20 37
Octal 262 150 161 0 52 45 36 541 40 67
Binary 10110010 1101000 1110001 0 101010 100101 11110 101100001 100000 110111

Color Harmonies of #B26871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26871

Black with #B26871

Text Example


Text Example

White with #B26871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26871; }

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

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

background-color css

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

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

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

border-color css

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

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

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