Html Css Color HEX #B26372 Turkish Rose

📋 copy color: '#B26372'

red 178 ◦ green 99 ◦ blue 114

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

Shades of Turkish Rose #B26372

Tints of Turkish Rose #B26372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

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

R = 45.52%
G = 25.32%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B26372 (or 0xB26372) is known color: Turkish Rose. HEX triplet: B2, 63 and 72. RGB value is (178,99,114). Sum of RGB (Red+Green+Blue) = 178+99+114=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B26372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26372 is #4D9C8D. Grayscale: #7C7C7C. Windows color (decimal): -5086350 or 7496626. OLE color: 7496626.

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

Color convert

RGB 178 99 114 -
CMYK 0 0.44 0.36 0.30
HSL 348.61º 0.34% 0.54% -
HSV(B) 348.61º 0.44% 0.7% -
XYZ 25.86 19.6 18.34 -
YUV 124.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 178 99 114 0 0.44 0.36 0.30 348.61 0.34 0.54
Hex B2 63 72 0 2C 24 1E 15D 22 36
Octal 262 143 162 0 54 44 36 535 42 66
Binary 10110010 1100011 1110010 0 101100 100100 11110 101011101 100010 110110

Color Harmonies of #B26372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26372

Black with #B26372

Text Example


Text Example

White with #B26372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26372; }

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

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

background-color css

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

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

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

border-color css

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

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

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