Html Css Color HEX #B26375 Turkish Rose

📋 copy color: '#B26375'

red 178 ◦ green 99 ◦ blue 117

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

Shades of Turkish Rose #B26375

Tints of Turkish Rose #B26375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.13%

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

R = 45.18%
G = 25.13%
B = 29.7%

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

#B26375 (or 0xB26375) is known color: Turkish Rose. HEX triplet: B2, 63 and 75. RGB value is (178,99,117). Sum of RGB (Red+Green+Blue) = 178+99+117=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B26375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26375 is #4D9C8A. Grayscale: #7C7C7C. Windows color (decimal): -5086347 or 7693234. OLE color: 7693234.

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

Color convert

RGB 178 99 117 -
CMYK 0 0.44 0.34 0.30
HSL 346.33º 0.34% 0.54% -
HSV(B) 346.33º 0.44% 0.7% -
XYZ 26.03 19.67 19.25 -
YUV 124.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 178 99 117 0 0.44 0.34 0.30 346.33 0.34 0.54
Hex B2 63 75 0 2C 22 1E 15A 22 36
Octal 262 143 165 0 54 42 36 532 42 66
Binary 10110010 1100011 1110101 0 101100 100010 11110 101011010 100010 110110

Color Harmonies of #B26375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26375

Black with #B26375

Text Example


Text Example

White with #B26375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26375; }

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

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

background-color css

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

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

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

border-color css

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

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

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