Html Css Color HEX #B26D79 Turkish Rose

📋 copy color: '#B26D79'

red 178 ◦ green 109 ◦ blue 121

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

Shades of Turkish Rose #B26D79

Tints of Turkish Rose #B26D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

 BLUE value IS 121 (47.66% from 255) = 29.66%

R = 43.63%
G = 26.72%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B26D79 (or 0xB26D79) is known color: Turkish Rose. HEX triplet: B2, 6D and 79. RGB value is (178,109,121). Sum of RGB (Red+Green+Blue) = 178+109+121=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D79 is #4D9286. Grayscale: #838383. Windows color (decimal): -5083783 or 7957938. OLE color: 7957938.

HSL color Cylindrical-coordinate representation of color #B26D79: hue angle of 349.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D79 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 109 121 -
CMYK 0 0.39 0.32 0.30
HSL 349.57º 0.31% 0.56% -
HSV(B) 349.57º 0.39% 0.7% -
XYZ 27.28 21.78 20.86 -
YUV 131 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 178 109 121 0 0.39 0.32 0.30 349.57 0.31 0.56
Hex B2 6D 79 0 27 20 1E 15E 1F 38
Octal 262 155 171 0 47 40 36 536 37 70
Binary 10110010 1101101 1111001 0 100111 100000 11110 101011110 11111 111000

Color Harmonies of #B26D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D79

Black with #B26D79

Text Example


Text Example

White with #B26D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D79; }

 p { color: rgb(178,109,121); }

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

background-color css

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

 a { background-color: rgb(178,109,121); }

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

border-color css

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

 span { border-color: rgb(178,109,121); }

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