Html Css Color HEX #B26F76 Turkish Rose

📋 copy color: '#B26F76'

red 178 ◦ green 111 ◦ blue 118

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

Shades of Turkish Rose #B26F76

Tints of Turkish Rose #B26F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

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

R = 43.73%
G = 27.27%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B26F76 (or 0xB26F76) is known color: Turkish Rose. HEX triplet: B2, 6F and 76. RGB value is (178,111,118). Sum of RGB (Red+Green+Blue) = 178+111+118=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26F76 is #4D9089. Grayscale: #838383. Windows color (decimal): -5083274 or 7761842. OLE color: 7761842.

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

Color convert

RGB 178 111 118 -
CMYK 0 0.38 0.34 0.30
HSL 353.73º 0.3% 0.57% -
HSV(B) 353.73º 0.38% 0.7% -
XYZ 27.31 22.14 19.97 -
YUV 131.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 178 111 118 0 0.38 0.34 0.30 353.73 0.3 0.57
Hex B2 6F 76 0 26 22 1E 162 1E 39
Octal 262 157 166 0 46 42 36 542 36 71
Binary 10110010 1101111 1110110 0 100110 100010 11110 101100010 11110 111001

Color Harmonies of #B26F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F76

Black with #B26F76

Text Example


Text Example

White with #B26F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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