Html Css Color HEX #B26D72 Turkish Rose

📋 copy color: '#B26D72'

red 178 ◦ green 109 ◦ blue 114

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

Shades of Turkish Rose #B26D72

Tints of Turkish Rose #B26D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.43%

R = 44.39%
G = 27.18%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B26D72 (or 0xB26D72) is known color: Turkish Rose. HEX triplet: B2, 6D and 72. RGB value is (178,109,114). Sum of RGB (Red+Green+Blue) = 178+109+114=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D72 is #4D928D. Grayscale: #828282. Windows color (decimal): -5083790 or 7499186. OLE color: 7499186.

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

Color convert

RGB 178 109 114 -
CMYK 0 0.39 0.36 0.30
HSL 355.65º 0.31% 0.56% -
HSV(B) 355.65º 0.39% 0.7% -
XYZ 26.87 21.62 18.68 -
YUV 130.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 178 109 114 0 0.39 0.36 0.30 355.65 0.31 0.56
Hex B2 6D 72 0 27 24 1E 164 1F 38
Octal 262 155 162 0 47 44 36 544 37 70
Binary 10110010 1101101 1110010 0 100111 100100 11110 101100100 11111 111000

Color Harmonies of #B26D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26D72

Black with #B26D72

Text Example


Text Example

White with #B26D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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