Html Css Color HEX #B2636F Turkish Rose

📋 copy color: '#B2636F'

red 178 ◦ green 99 ◦ blue 111

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

Shades of Turkish Rose #B2636F

Tints of Turkish Rose #B2636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.61%

R = 45.88%
G = 25.52%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2636F (or 0xB2636F) is known color: Turkish Rose. HEX triplet: B2, 63 and 6F. RGB value is (178,99,111). Sum of RGB (Red+Green+Blue) = 178+99+111=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B2636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2636F is #4D9C90. Grayscale: #7C7C7C. Windows color (decimal): -5086353 or 7300018. OLE color: 7300018.

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

Color convert

RGB 178 99 111 -
CMYK 0 0.44 0.38 0.30
HSL 350.89º 0.34% 0.54% -
HSV(B) 350.89º 0.44% 0.7% -
XYZ 25.69 19.54 17.46 -
YUV 123.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 178 99 111 0 0.44 0.38 0.30 350.89 0.34 0.54
Hex B2 63 6F 0 2C 26 1E 15F 22 36
Octal 262 143 157 0 54 46 36 537 42 66
Binary 10110010 1100011 1101111 0 101100 100110 11110 101011111 100010 110110

Color Harmonies of #B2636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2636F

Black with #B2636F

Text Example


Text Example

White with #B2636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2636F; }

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

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

background-color css

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

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

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

border-color css

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

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

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