Html Css Color HEX #B26C71 Turkish Rose

📋 copy color: '#B26C71'

red 178 ◦ green 108 ◦ blue 113

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

Shades of Turkish Rose #B26C71

Tints of Turkish Rose #B26C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.07%

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

R = 44.61%
G = 27.07%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B26C71 (or 0xB26C71) is known color: Turkish Rose. HEX triplet: B2, 6C and 71. RGB value is (178,108,113). Sum of RGB (Red+Green+Blue) = 178+108+113=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C71 is #4D938E. Grayscale: #818181. Windows color (decimal): -5084047 or 7433394. OLE color: 7433394.

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

Color convert

RGB 178 108 113 -
CMYK 0 0.39 0.37 0.30
HSL 355.71º 0.31% 0.56% -
HSV(B) 355.71º 0.39% 0.7% -
XYZ 26.7 21.38 18.34 -
YUV 129.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 178 108 113 0 0.39 0.37 0.30 355.71 0.31 0.56
Hex B2 6C 71 0 27 25 1E 164 1F 38
Octal 262 154 161 0 47 45 36 544 37 70
Binary 10110010 1101100 1110001 0 100111 100101 11110 101100100 11111 111000

Color Harmonies of #B26C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C71

Black with #B26C71

Text Example


Text Example

White with #B26C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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