Html Css Color HEX #B26C76 Turkish Rose

📋 copy color: '#B26C76'

red 178 ◦ green 108 ◦ blue 118

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

Shades of Turkish Rose #B26C76

Tints of Turkish Rose #B26C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 44.06%
G = 26.73%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B26C76 (or 0xB26C76) is known color: Turkish Rose. HEX triplet: B2, 6C and 76. RGB value is (178,108,118). Sum of RGB (Red+Green+Blue) = 178+108+118=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C76 is #4D9389. Grayscale: #828282. Windows color (decimal): -5084042 or 7761074. OLE color: 7761074.

HSL color Cylindrical-coordinate representation of color #B26C76: hue angle of 351.43º 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 #B26C76 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 108 118 -
CMYK 0 0.39 0.34 0.30
HSL 351.43º 0.31% 0.56% -
HSV(B) 351.43º 0.39% 0.7% -
XYZ 26.99 21.5 19.87 -
YUV 130.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 178 108 118 0 0.39 0.34 0.30 351.43 0.31 0.56
Hex B2 6C 76 0 27 22 1E 15F 1F 38
Octal 262 154 166 0 47 42 36 537 37 70
Binary 10110010 1101100 1110110 0 100111 100010 11110 101011111 11111 111000

Color Harmonies of #B26C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C76

Black with #B26C76

Text Example


Text Example

White with #B26C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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