Html Css Color HEX #B26476 Turkish Rose

📋 copy color: '#B26476'

red 178 ◦ green 100 ◦ blue 118

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

Shades of Turkish Rose #B26476

Tints of Turkish Rose #B26476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.25%

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

R = 44.95%
G = 25.25%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B26476 (or 0xB26476) is known color: Turkish Rose. HEX triplet: B2, 64 and 76. RGB value is (178,100,118). Sum of RGB (Red+Green+Blue) = 178+100+118=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B26476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26476 is #4D9B89. Grayscale: #7D7D7D. Windows color (decimal): -5086090 or 7759026. OLE color: 7759026.

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

Color convert

RGB 178 100 118 -
CMYK 0 0.44 0.34 0.30
HSL 346.15º 0.34% 0.55% -
HSV(B) 346.15º 0.44% 0.7% -
XYZ 26.19 19.89 19.6 -
YUV 125.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 178 100 118 0 0.44 0.34 0.30 346.15 0.34 0.55
Hex B2 64 76 0 2C 22 1E 15A 22 37
Octal 262 144 166 0 54 42 36 532 42 67
Binary 10110010 1100100 1110110 0 101100 100010 11110 101011010 100010 110111

Color Harmonies of #B26476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26476

Black with #B26476

Text Example


Text Example

White with #B26476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26476; }

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

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

background-color css

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

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

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

border-color css

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

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

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