Html Css Color HEX #B26876 Turkish Rose

📋 copy color: '#B26876'

red 178 ◦ green 104 ◦ blue 118

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

Shades of Turkish Rose #B26876

Tints of Turkish Rose #B26876

RGB

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

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

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

R = 44.5%
G = 26%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B26876 (or 0xB26876) is known color: Turkish Rose. HEX triplet: B2, 68 and 76. RGB value is (178,104,118). Sum of RGB (Red+Green+Blue) = 178+104+118=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B26876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26876 is #4D9789. Grayscale: #7F7F7F. Windows color (decimal): -5085066 or 7760050. OLE color: 7760050.

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

Color convert

RGB 178 104 118 -
CMYK 0 0.42 0.34 0.30
HSL 348.65º 0.32% 0.55% -
HSV(B) 348.65º 0.42% 0.7% -
XYZ 26.58 20.67 19.73 -
YUV 127.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 178 104 118 0 0.42 0.34 0.30 348.65 0.32 0.55
Hex B2 68 76 0 2A 22 1E 15D 20 37
Octal 262 150 166 0 52 42 36 535 40 67
Binary 10110010 1101000 1110110 0 101010 100010 11110 101011101 100000 110111

Color Harmonies of #B26876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26876

Black with #B26876

Text Example


Text Example

White with #B26876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26876; }

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

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

background-color css

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

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

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

border-color css

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

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

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