Html Css Color HEX #B26475 Turkish Rose

📋 copy color: '#B26475'

red 178 ◦ green 100 ◦ blue 117

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

Shades of Turkish Rose #B26475

Tints of Turkish Rose #B26475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 45.06%
G = 25.32%
B = 29.62%

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

#B26475 (or 0xB26475) is known color: Turkish Rose. HEX triplet: B2, 64 and 75. RGB value is (178,100,117). Sum of RGB (Red+Green+Blue) = 178+100+117=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B26475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26475 is #4D9B8A. Grayscale: #7D7D7D. Windows color (decimal): -5086091 or 7693490. OLE color: 7693490.

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

Color convert

RGB 178 100 117 -
CMYK 0 0.44 0.34 0.30
HSL 346.92º 0.34% 0.55% -
HSV(B) 346.92º 0.44% 0.7% -
XYZ 26.13 19.86 19.29 -
YUV 125.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 178 100 117 0 0.44 0.34 0.30 346.92 0.34 0.55
Hex B2 64 75 0 2C 22 1E 15B 22 37
Octal 262 144 165 0 54 42 36 533 42 67
Binary 10110010 1100100 1110101 0 101100 100010 11110 101011011 100010 110111

Color Harmonies of #B26475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26475

Black with #B26475

Text Example


Text Example

White with #B26475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26475; }

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

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

background-color css

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

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

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

border-color css

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

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

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