Html Css Color HEX #B26572 Turkish Rose

📋 copy color: '#B26572'

red 178 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #B26572

Tints of Turkish Rose #B26572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

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

R = 45.29%
G = 25.7%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B26572 (or 0xB26572) is known color: Turkish Rose. HEX triplet: B2, 65 and 72. RGB value is (178,101,114). Sum of RGB (Red+Green+Blue) = 178+101+114=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B26572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26572 is #4D9A8D. Grayscale: #7D7D7D. Windows color (decimal): -5085838 or 7497138. OLE color: 7497138.

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

Color convert

RGB 178 101 114 -
CMYK 0 0.43 0.36 0.30
HSL 349.87º 0.33% 0.55% -
HSV(B) 349.87º 0.43% 0.7% -
XYZ 26.05 19.99 18.4 -
YUV 125.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 178 101 114 0 0.43 0.36 0.30 349.87 0.33 0.55
Hex B2 65 72 0 2B 24 1E 15E 21 37
Octal 262 145 162 0 53 44 36 536 41 67
Binary 10110010 1100101 1110010 0 101011 100100 11110 101011110 100001 110111

Color Harmonies of #B26572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26572

Black with #B26572

Text Example


Text Example

White with #B26572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26572; }

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

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

background-color css

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

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

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

border-color css

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

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

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