Html Css Color HEX #B26272 Turkish Rose

📋 copy color: '#B26272'

red 178 ◦ green 98 ◦ blue 114

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

Shades of Turkish Rose #B26272

Tints of Turkish Rose #B26272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.13%

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

R = 45.64%
G = 25.13%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B26272 (or 0xB26272) is known color: Turkish Rose. HEX triplet: B2, 62 and 72. RGB value is (178,98,114). Sum of RGB (Red+Green+Blue) = 178+98+114=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B26272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26272 is #4D9D8D. Grayscale: #7B7B7B. Windows color (decimal): -5086606 or 7496370. OLE color: 7496370.

HSL color Cylindrical-coordinate representation of color #B26272: hue angle of 348º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26272 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 114 -
CMYK 0 0.45 0.36 0.30
HSL 348º 0.34% 0.54% -
HSV(B) 348º 0.45% 0.7% -
XYZ 25.77 19.42 18.31 -
YUV 123.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 178 98 114 0 0.45 0.36 0.30 348 0.34 0.54
Hex B2 62 72 0 2D 24 1E 15C 22 36
Octal 262 142 162 0 55 44 36 534 42 66
Binary 10110010 1100010 1110010 0 101101 100100 11110 101011100 100010 110110

Color Harmonies of #B26272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26272

Black with #B26272

Text Example


Text Example

White with #B26272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26272; }

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

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

background-color css

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

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

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

border-color css

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

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

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