Html Css Color HEX #B26768 Turkish Rose

📋 copy color: '#B26768'

red 178 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #B26768

Tints of Turkish Rose #B26768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

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

R = 46.23%
G = 26.75%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B26768 (or 0xB26768) is known color: Turkish Rose. HEX triplet: B2, 67 and 68. RGB value is (178,103,104). Sum of RGB (Red+Green+Blue) = 178+103+104=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B26768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26768 is #4D9897. Grayscale: #7D7D7D. Windows color (decimal): -5085336 or 6842290. OLE color: 6842290.

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

Color convert

RGB 178 103 104 -
CMYK 0 0.42 0.42 0.30
HSL 359.2º 0.33% 0.55% -
HSV(B) 359.2º 0.42% 0.7% -
XYZ 25.71 20.16 15.63 -
YUV 125.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 178 103 104 0 0.42 0.42 0.30 359.2 0.33 0.55
Hex B2 67 68 0 2A 2A 1E 167 21 37
Octal 262 147 150 0 52 52 36 547 41 67
Binary 10110010 1100111 1101000 0 101010 101010 11110 101100111 100001 110111

Color Harmonies of #B26768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26768

Black with #B26768

Text Example


Text Example

White with #B26768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26768; }

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

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

background-color css

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

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

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

border-color css

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

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

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