Html Css Color HEX #B2636B Turkish Rose

📋 copy color: '#B2636B'

red 178 ◦ green 99 ◦ blue 107

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

Shades of Turkish Rose #B2636B

Tints of Turkish Rose #B2636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 46.35%
G = 25.78%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2636B (or 0xB2636B) is known color: Turkish Rose. HEX triplet: B2, 63 and 6B. RGB value is (178,99,107). Sum of RGB (Red+Green+Blue) = 178+99+107=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2636B is #4D9C94. Grayscale: #7B7B7B. Windows color (decimal): -5086357 or 7037874. OLE color: 7037874.

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

Color convert

RGB 178 99 107 -
CMYK 0 0.44 0.40 0.30
HSL 353.92º 0.34% 0.54% -
HSV(B) 353.92º 0.44% 0.7% -
XYZ 25.48 19.45 16.32 -
YUV 123.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 178 99 107 0 0.44 0.40 0.30 353.92 0.34 0.54
Hex B2 63 6B 0 2C 28 1E 162 22 36
Octal 262 143 153 0 54 50 36 542 42 66
Binary 10110010 1100011 1101011 0 101100 101000 11110 101100010 100010 110110

Color Harmonies of #B2636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2636B

Black with #B2636B

Text Example


Text Example

White with #B2636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2636B; }

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

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

background-color css

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

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

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

border-color css

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

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

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