Html Css Color HEX #B0636B Turkish Rose

📋 copy color: '#B0636B'

red 176 ◦ green 99 ◦ blue 107

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

Shades of Turkish Rose #B0636B

Tints of Turkish Rose #B0636B

RGB

 RED value IS 176 (69.14% from 255) = 46.07%

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

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

R = 46.07%
G = 25.92%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0636B (or 0xB0636B) is known color: Turkish Rose. HEX triplet: B0, 63 and 6B. RGB value is (176,99,107). Sum of RGB (Red+Green+Blue) = 176+99+107=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0636B is #4F9C94. Grayscale: #7A7A7A. Windows color (decimal): -5217429 or 7037872. OLE color: 7037872.

HSL color Cylindrical-coordinate representation of color #B0636B: hue angle of 353.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0636B is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 99 107 -
CMYK 0 0.44 0.39 0.31
HSL 353.77º 0.33% 0.54% -
HSV(B) 353.77º 0.44% 0.69% -
XYZ 25.02 19.22 16.3 -
YUV 122.94 119.01 165.85 -
System Red Green Blue C M Y K H S L
Decimal 176 99 107 0 0.44 0.39 0.31 353.77 0.33 0.54
Hex B0 63 6B 0 2C 27 1F 162 21 36
Octal 260 143 153 0 54 47 37 542 41 66
Binary 10110000 1100011 1101011 0 101100 100111 11111 101100010 100001 110110

Color Harmonies of #B0636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0636B

Black with #B0636B

Text Example


Text Example

White with #B0636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0636B; }

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

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

background-color css

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

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

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

border-color css

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

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

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