Html Css Color HEX #B26873 Turkish Rose

📋 copy color: '#B26873'

red 178 ◦ green 104 ◦ blue 115

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

Shades of Turkish Rose #B26873

Tints of Turkish Rose #B26873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.2%

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 44.84%
G = 26.2%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B26873 (or 0xB26873) is known color: Turkish Rose. HEX triplet: B2, 68 and 73. RGB value is (178,104,115). Sum of RGB (Red+Green+Blue) = 178+104+115=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26873 is #4D978C. Grayscale: #7F7F7F. Windows color (decimal): -5085069 or 7563442. OLE color: 7563442.

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

Color convert

RGB 178 104 115 -
CMYK 0 0.42 0.35 0.30
HSL 351.08º 0.32% 0.55% -
HSV(B) 351.08º 0.42% 0.7% -
XYZ 26.4 20.6 18.8 -
YUV 127.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 178 104 115 0 0.42 0.35 0.30 351.08 0.32 0.55
Hex B2 68 73 0 2A 23 1E 15F 20 37
Octal 262 150 163 0 52 43 36 537 40 67
Binary 10110010 1101000 1110011 0 101010 100011 11110 101011111 100000 110111

Color Harmonies of #B26873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26873

Black with #B26873

Text Example


Text Example

White with #B26873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26873; }

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

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

background-color css

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

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

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

border-color css

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

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

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