Html Css Color HEX #B26A71 Turkish Rose

📋 copy color: '#B26A71'

red 178 ◦ green 106 ◦ blue 113

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

Shades of Turkish Rose #B26A71

Tints of Turkish Rose #B26A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.7%

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

R = 44.84%
G = 26.7%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26A71 (or 0xB26A71) is known color: Turkish Rose. HEX triplet: B2, 6A and 71. RGB value is (178,106,113). Sum of RGB (Red+Green+Blue) = 178+106+113=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26A71 is #4D958E. Grayscale: #808080. Windows color (decimal): -5084559 or 7432882. OLE color: 7432882.

HSL color Cylindrical-coordinate representation of color #B26A71: hue angle of 354.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26A71 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 106 113 -
CMYK 0 0.40 0.37 0.30
HSL 354.17º 0.32% 0.56% -
HSV(B) 354.17º 0.4% 0.7% -
XYZ 26.49 20.97 18.27 -
YUV 128.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 178 106 113 0 0.40 0.37 0.30 354.17 0.32 0.56
Hex B2 6A 71 0 28 25 1E 162 20 38
Octal 262 152 161 0 50 45 36 542 40 70
Binary 10110010 1101010 1110001 0 101000 100101 11110 101100010 100000 111000

Color Harmonies of #B26A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26A71

Black with #B26A71

Text Example


Text Example

White with #B26A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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