Html Css Color HEX #B26368 Turkish Rose

📋 copy color: '#B26368'

red 178 ◦ green 99 ◦ blue 104

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

Shades of Turkish Rose #B26368

Tints of Turkish Rose #B26368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.3%

R = 46.72%
G = 25.98%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B26368 (or 0xB26368) is known color: Turkish Rose. HEX triplet: B2, 63 and 68. RGB value is (178,99,104). Sum of RGB (Red+Green+Blue) = 178+99+104=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B26368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26368 is #4D9C97. Grayscale: #7B7B7B. Windows color (decimal): -5086360 or 6841266. OLE color: 6841266.

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

Color convert

RGB 178 99 104 -
CMYK 0 0.44 0.42 0.30
HSL 356.2º 0.34% 0.54% -
HSV(B) 356.2º 0.44% 0.7% -
XYZ 25.32 19.39 15.5 -
YUV 123.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 178 99 104 0 0.44 0.42 0.30 356.2 0.34 0.54
Hex B2 63 68 0 2C 2A 1E 164 22 36
Octal 262 143 150 0 54 52 36 544 42 66
Binary 10110010 1100011 1101000 0 101100 101010 11110 101100100 100010 110110

Color Harmonies of #B26368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26368

Black with #B26368

Text Example


Text Example

White with #B26368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26368; }

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

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

background-color css

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

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

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

border-color css

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

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

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