Html Css Color HEX #B26175 Turkish Rose

📋 copy color: '#B26175'

red 178 ◦ green 97 ◦ blue 117

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

Shades of Turkish Rose #B26175

Tints of Turkish Rose #B26175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 45.41%
G = 24.74%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B26175 (or 0xB26175) is known color: Turkish Rose. HEX triplet: B2, 61 and 75. RGB value is (178,97,117). Sum of RGB (Red+Green+Blue) = 178+97+117=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B26175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26175 is #4D9E8A. Grayscale: #7B7B7B. Windows color (decimal): -5086859 or 7692722. OLE color: 7692722.

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

Color convert

RGB 178 97 117 -
CMYK 0 0.46 0.34 0.30
HSL 345.19º 0.34% 0.54% -
HSV(B) 345.19º 0.46% 0.7% -
XYZ 25.85 19.3 19.19 -
YUV 123.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 178 97 117 0 0.46 0.34 0.30 345.19 0.34 0.54
Hex B2 61 75 0 2E 22 1E 159 22 36
Octal 262 141 165 0 56 42 36 531 42 66
Binary 10110010 1100001 1110101 0 101110 100010 11110 101011001 100010 110110

Color Harmonies of #B26175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26175

Black with #B26175

Text Example


Text Example

White with #B26175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26175; }

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

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

background-color css

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

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

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

border-color css

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

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

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