Html Css Color HEX #B0636E Turkish Rose

📋 copy color: '#B0636E'

red 176 ◦ green 99 ◦ blue 110

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

Shades of Turkish Rose #B0636E

Tints of Turkish Rose #B0636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 45.71%
G = 25.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0636E (or 0xB0636E) is known color: Turkish Rose. HEX triplet: B0, 63 and 6E. RGB value is (176,99,110). Sum of RGB (Red+Green+Blue) = 176+99+110=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0636E is #4F9C91. Grayscale: #7B7B7B. Windows color (decimal): -5217426 or 7234480. OLE color: 7234480.

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

Color convert

RGB 176 99 110 -
CMYK 0 0.44 0.37 0.31
HSL 351.43º 0.33% 0.54% -
HSV(B) 351.43º 0.44% 0.69% -
XYZ 25.18 19.28 17.15 -
YUV 123.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 176 99 110 0 0.44 0.37 0.31 351.43 0.33 0.54
Hex B0 63 6E 0 2C 25 1F 15F 21 36
Octal 260 143 156 0 54 45 37 537 41 66
Binary 10110000 1100011 1101110 0 101100 100101 11111 101011111 100001 110110

Color Harmonies of #B0636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0636E

Black with #B0636E

Text Example


Text Example

White with #B0636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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